Александр Сальников
5 years ago
7 changed files with 43 additions and 64 deletions
@ -0,0 +1,20 @@
|
||||
<?php |
||||
if (! defined('BASE_DIR')) |
||||
exit; |
||||
|
||||
$module = array( |
||||
'ModuleSysName' => 'faq', |
||||
'ModuleVersion' => '1.26.1', |
||||
'ModuleAutor' => 'Freeon', |
||||
'ModuleCopyright' => '© 2007-' . date('Y') . ' AVE.cms', |
||||
'ModuleStatus' => 1, |
||||
'ModuleIsFunction' => 1, |
||||
'ModuleTemplate' => 0, |
||||
'ModuleAdminEdit' => 1, |
||||
'ModuleFunction' => 'mod_faq', |
||||
'ModuleTag' => '[mod_faq:XXX]', |
||||
'ModuleTagLink' => null, |
||||
'ModuleAveTag' => '#\\\[mod_faq:(\\\d+)]#', |
||||
'ModulePHPTag' => "<?php mod_faq(''$1''); ?>"
|
||||
); |
||||
?> |
Loading…
Reference in new issue