Вход Регистрация
Файл: pages/settings/gradient.php
Строк: 46
<?
only_reg
();
$set['title']='Мои настройки';
require_once (
"../../core/cuctema/head.php");
aut();
if (isset(
$_POST['save']))
{
$user['panel_icons']=intval($_POST['panel_icons']);
if (
in_array($user['panel_icons'], array(0,1)))$user['panel_icons']=$user['panel_icons']; else $user['panel_icons']=0;
mysql_query("UPDATE `user` SET `panel_icons` = '$user[panel_icons]' WHERE `id` = '$user[id]'");
header("Location: ?panel_icons");
}
?>

    <div class="back123">
        
            
                
                Выберите набор иконок:
    </div>

    <div class="main123">
        <form method="POST" action="">
            <input type="radio" name="panel_icons" value="0"<? echo ($user['panel_icons']==0?' checked = "checked"':NULL);?>> <label for="icons">Первый набор</label><br />
            <input type="radio" name="panel_icons" value="1"<? echo ($user['panel_icons']==1?' checked = "checked"':NULL);?>> <label for="words">Второй набор</label><br />
            <input type="submit" value="Сохранить" name="save"/>
        </form>
    </div>
    <div class="menu123">
        
            
                
                <a href="/pages/settings/"> &larr; <span>Назад</span></a>
    </div>


    </div><?
require_once ("../../core/cuctema/foot.php");
?>
Онлайн: 2
Реклама