Модуль Архив новостей v1.26.3
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
583 B

<?php
if (! defined('BASE_DIR'))
exit;
$module = array(
'ModuleSysName' => 'newsarchive',
'ModuleVersion' => '1.26.3',
'ModuleAutor' => 'AVE.cms Team',
'ModuleCopyright' => '&copy; 2007-' . date('Y') . ' AVE.cms',
'ModuleStatus' => 1,
'ModuleIsFunction' => 1,
'ModuleTemplate' => 1,
'ModuleAdminEdit' => 1,
'ModuleFunction' => 'mod_newsarchive',
'ModuleTag' => '[mod_newsarchive:XXX]',
'ModuleTagLink' => null,
'ModuleAveTag' => '#\\\[mod_newsarchive:(\\\d+)]#',
'ModulePHPTag' => "<?php mod_newsarchive(''$1''); ?>"
);
?>