Модуль Быстрый переход v1.26.1
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
586 B

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