mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
moved infocenter and sb admin js and css from include to public, get inactive parents/children oe is possible
This commit is contained in:
@@ -8,8 +8,8 @@ $this->load->view(
|
||||
'fontawesome' => true,
|
||||
'tinymce' => true,
|
||||
'sbadmintemplate' => true,
|
||||
'customCSSs' => 'skin/admintemplate_contentonly.css',
|
||||
'customJSs' => 'include/js/bootstrapper.js'
|
||||
'customCSSs' => 'public/css/sbadmin2/admintemplate_contentonly.css',
|
||||
'customJSs' => 'public/js/bootstrapper.js'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user