new design
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<?$checklogin = check_login_kuri();?>
|
||||
|
||||
<div id="auth">
|
||||
<?if ($checklogin['error'] == 'client not found'):?>
|
||||
<a href="<?=SITE?>login">Войти</a>
|
||||
<?else:?>
|
||||
<a href="<?=SITE?>mybooks">Моя библиотека</a> /
|
||||
<a href="<?=SITE?>payments">Покупки</a> /
|
||||
<a href="<?=SITE?>out">Выйти</a>
|
||||
<?endif?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user