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
563 B
20 lines
563 B
5 years ago
|
<?php
|
||
|
if (! defined('BASE_DIR'))
|
||
|
exit;
|
||
|
|
||
|
$module = array(
|
||
|
'ModuleSysName' => 'editdoc',
|
||
|
'ModuleVersion' => '2.26.6',
|
||
|
'ModuleAutor' => 'AVE.cms Team',
|
||
|
'ModuleCopyright' => '© 2007-' . date('Y') . ' AVE.cms',
|
||
|
'ModuleStatus' => 1,
|
||
|
'ModuleIsFunction' => 1,
|
||
|
'ModuleTemplate' => 0,
|
||
|
'ModuleAdminEdit' => 1,
|
||
|
'ModuleFunction' => 'mod_editdoc',
|
||
|
'ModuleTag' => '[mod_editdoc:XXX]',
|
||
|
'ModuleTagLink' => null,
|
||
|
'ModuleAveTag' => '#\\\[mod_editdoc:(\\\d+)]#',
|
||
|
'ModulePHPTag' => "<?php mod_editdoc(''$1''); ?>"
|
||
|
);
|
||
|
?>
|