Файл: vsime.com/settings/index.php
Строк: 25
<?php
include('../system/includes/system.php');
if_user('is_reg');
$title = 'Настройки';
$navigation = imgsd("settings.png", "site", " style='vertical-align: -2px;'", 1, 1)." <a href='/settings/'>Настройки</a>";
if (isset($_GET['act'])) {$act = my_esc($_GET['act']);} else {$act = 'index';}
if (in_array($act, array('panel_down', 'panel_style', 'panel_up', 'panel_up_icons', 'change_password', 'autologin', 'email', 'mail', 'private', 'view', 'phone', 'time_set')))include('inc/act_'.$act.'.php');
else include('inc/act_index.php');
ex_foot();
?>