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.
|
|
|
<?php
|
|
|
|
if (! defined('BASE_DIR'))
|
|
|
|
exit;
|
|
|
|
|
|
|
|
$module = array(
|
|
|
|
'ModuleSysName' => 'gallery',
|
|
|
|
'ModuleVersion' => '3.26.4',
|
|
|
|
'ModuleAutor' => 'AVE.cms Team',
|
|
|
|
'ModuleCopyright' => '© 2007-' . date('Y') . ' AVE.cms',
|
|
|
|
'ModuleStatus' => 1,
|
|
|
|
'ModuleIsFunction' => 1,
|
|
|
|
'ModuleTemplate' => 0,
|
|
|
|
'ModuleAdminEdit' => 1,
|
|
|
|
'ModuleFunction' => 'mod_gallery',
|
|
|
|
'ModuleTag' => '[mod_gallery:XXX-Лимит]',
|
|
|
|
'ModuleTagLink' => null,
|
|
|
|
'ModuleAveTag' => '#\\\[mod_gallery:([\\\d-]+)]#',
|
|
|
|
'ModulePHPTag' => "<?php mod_gallery(''$1''); ?>"
|
|
|
|
);
|
|
|
|
?>
|