From 4b1eacff21856e12240bae18e8829446eb739791 Mon Sep 17 00:00:00 2001 From: Paolo Date: Fri, 18 May 2018 14:07:11 +0200 Subject: [PATCH] Added includes for ajaxlib and navigationwidget into home.php --- application/views/home.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/views/home.php b/application/views/home.php index cd032bc71..598413c32 100644 --- a/application/views/home.php +++ b/application/views/home.php @@ -5,7 +5,9 @@ $this->load->view('templates/FHC-Header', 'jquery' => true, 'bootstrap' => true, 'fontawesome' => true, - 'sbadmintemplate' => true + 'sbadmintemplate' => true, + 'ajaxlib' => true, + 'navigationwidget' => true ) ); ?>