new design

This commit is contained in:
Your Name
2020-05-18 18:03:51 +03:00
parent 76e8b41223
commit dacb071f5c
6 changed files with 169 additions and 60 deletions

View File

@@ -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>