Вход Регистрация
Файл: system/modules/pogoda.php
Строк: 16
<?php
/* 
    Appointment: Погода
    File: tv.php 
 
*/
if(!defined('MOZG'))
    die(
'Hacking attempt!');

if(
$ajax == 'yes')
    
NoAjaxQuery();

if(
$logged){
    
$act $_GET['act'];
    
$user_id $user_info['user_id'];
    
$metatags['title'] = $lang['apps'];
    
    switch(
$act){

        default:
            
//################### Погода ###################//
            
$tpl->load_template('pogoda/main.tpl');
            
$tpl->compile('content');
    }
    
$tpl->clear();
    
$db->free();
} else {
    
$user_speedbar $lang['no_infooo'];
    
msgbox(''$lang['not_logged'], 'info');
}
?>
Онлайн: 2
Реклама