Exemplo n.º 1
0
 public function init()
 {
     $this->module_name = "theme_adminlte";
     $this->module_position = 0;
     $this->version = 2.144;
     //2.144 - 2015-10-27 - iframe popup fix
     //2.143 - 2015-10-12 - fix for error reporting on widgets
     //2.142 - 2015-09-25 - ability to create more customer types
     //2.141 - 2015-06-11 - fontawesome update
     //2.14 - 2015-06-07 - new extra field settings button
     //2.139 - 2015-05-13 - theme settings fix
     //2.138 - 2015-05-03 - responsive improvements
     //2.137 - 2015-04-27 - responsive improvements
     //2.136 - 2015-03-24 - pagination fix
     //2.135 - 2015-03-15 - table manager update
     //2.134 - 2015-03-14 - new help system
     //2.133 - 2015-03-08 - timer menu fix
     //2.132 - 2015-02-24 - menu fixed/normal setting added
     //2.131 - 2015-02-08 - job discussion improvement (thanks w3corner!)
     //2.13 - 2015-01-26 - dashboard widgets save position
     //2.129 - 2015-01-21 - leads dashboard link fix
     //2.128 - 2014-12-17 - signup form on login
     //2.127 - 2014-11-26 - improved form framework
     //2.126 - 2014-11-19 - content padding fix
     //2.125 - 2014-11-05 - welcome_message_role_X template support
     //2.124 - 2014-10-13 - date and encrypt field fixes
     //2.123 - 2014-09-09 - job task message saving fix
     //2.122 - 2014-08-20 - css fixes
     //2.121 - 2014-08-18 - fix for quick pin menu item
     //2.12 - 2014-08-18 - missing javascript file
     //2.11 - 2014-08-14 - dashboard widget permissions
     //2.1 - 2014-07-31 - initial release
     hook_add('get_themes', 'module_theme_adminlte::hook_get_themes');
     if (module_theme::get_current_theme() == 'theme_adminlte') {
         hook_add('get_table_manager', 'module_theme_adminlte::hook_get_table_manager');
     }
 }