Модуль Погода v1.26.01
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
543 B

<?php
if (! defined('BASE_DIR'))
exit;
$module = array(
'ModuleSysName' => 'weather',
'ModuleVersion' => '1.26.01',
'ModuleAutor' => 'N. Popova, npop@abv.bg',
'ModuleCopyright' => '&copy; 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(); ?>'
);
?>