[+] BO : #PSFV-94 AdminGenerator is now a controller
// + now form in options.tpl is inside a block // newly made controller are now controllerCore // Configuration die2Exception // added license text in newly made admin templates
This commit is contained in:
@@ -63,6 +63,9 @@ class HelperOptionsCore extends Helper
|
||||
|
||||
foreach ($option_list as $category => $category_data)
|
||||
{
|
||||
if(!is_array($category_data))
|
||||
continue;
|
||||
|
||||
if (!isset($category_data['image']))
|
||||
$category_data['image'] = (!empty($tab['module']) && file_exists($_SERVER['DOCUMENT_ROOT']._MODULE_DIR_.$tab['module'].'/'.$tab['class_name'].'.gif') ? _MODULE_DIR_.$tab['module'].'/' : '../img/t/').$tab['class_name'].'.gif';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user