Вход Регистрация
Файл: themes/adaptiv/template/user.recovery.php
Строк: 14
<?
if ($type == 1) {
    
?>
        <?=user::nick($ses['id_user'])?>
        <form method='post' action=''>
            Новый пароль:<br />
            <input type='password' name='pass1' value='' /><br />
            Подтверждение:<br />
            <input type='password' name='pass2' value='' /><br />
            <input type='submit' name='save' value='Изменить' />
        </form>
    <?
}

if (
$type == 0) {
    
?>
        <form method='post' action=''>
            Ваш email:<br />
            <input type='text' name='email' value='' /><br />
            <input type='submit' name='save' value='Запросить' />
        </form>
    <?
}
Онлайн: 1
Реклама