You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
504 B
20 lines
504 B
<?php |
|
if (! defined('BASE_DIR')) |
|
exit; |
|
|
|
$module = array( |
|
'ModuleSysName' => 'fieldsmanager', |
|
'ModuleVersion' => '0.26.2', |
|
'ModuleAutor' => 'M@d D3n', |
|
'ModuleCopyright' => '© 2007-' . date('Y') . ' AVE.cms', |
|
'ModuleStatus' => 1, |
|
'ModuleIsFunction' => 0, |
|
'ModuleTemplate' => 0, |
|
'ModuleAdminEdit' => 1, |
|
'ModuleFunction' => 'mod_fieldsmanager', |
|
'ModuleTag' => null, |
|
'ModuleTagLink' => null, |
|
'ModuleAveTag' => null, |
|
'ModulePHPTag' => null |
|
); |
|
?>
|