Added includes for ajaxlib and navigationwidget into home.php

This commit is contained in:
Paolo
2018-05-18 14:07:11 +02:00
parent a1b9e4e8b1
commit 4b1eacff21
+3 -1
View File
@@ -5,7 +5,9 @@ $this->load->view('templates/FHC-Header',
'jquery' => true,
'bootstrap' => true,
'fontawesome' => true,
'sbadmintemplate' => true
'sbadmintemplate' => true,
'ajaxlib' => true,
'navigationwidget' => true
)
);
?>