- Renamed TemplateLib to WidgetLib

- Updated controllers and views to use WidgetLib
- Removed TempleteLib from autoload config file
- Removed loading of session library from FHC_Controller (already
present in the autoload configuration file)
This commit is contained in:
Paolo
2017-03-23 12:25:58 +01:00
parent 2c4595005b
commit 2711430eb9
15 changed files with 63 additions and 48 deletions
+1 -3
View File
@@ -58,9 +58,7 @@ $autoload['packages'] = array();
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
//$autoload['libraries'] = array();
$autoload['libraries'] = array('Session', 'FHC_Auth', 'TemplateLib');
$autoload['libraries'] = array('Session', 'FHC_Auth');
/*
| -------------------------------------------------------------------