Repellent
5 years ago
8 changed files with 44 additions and 25 deletions
@ -0,0 +1,20 @@
|
||||
<?php |
||||
if (! defined('BASE_DIR')) |
||||
exit; |
||||
|
||||
$module = array( |
||||
'ModuleSysName' => 'weather', |
||||
'ModuleVersion' => '1.26.01', |
||||
'ModuleAutor' => 'N. Popova, npop@abv.bg', |
||||
'ModuleCopyright' => '© 2016 npop@abv.bg', |
||||
'ModuleStatus' => 1, |
||||
'ModuleIsFunction' => 1, |
||||
'ModuleTemplate' => 0, |
||||
'ModuleAdminEdit' => 1, |
||||
'ModuleFunction' => 'mod_weather', |
||||
'ModuleTag' => '[mod_weather]', |
||||
'ModuleTagLink' => null, |
||||
'ModuleAveTag' => '#\\\[mod_weather]#', |
||||
'ModulePHPTag' => '<?php mod_weather(); ?>'
|
||||
); |
||||
?> |
Loading…
Reference in new issue