Files
anpdf/app/views/menus/lkmenu.phtml

13 lines
247 B
PHTML
Raw Normal View History

2021-05-24 01:13:43 +03:00
<?if (defined('CLIENT_ID') and CLIENT_ID > 0):?>
2021-05-16 14:15:10 +03:00
2021-05-24 01:13:43 +03:00
<div>
<a href="<?=SITE?>payments">Мои покупки</a>
</div>
<div class="hid460">
<a href="<?=SITE?>form">Консультации</a>
2021-05-16 14:15:10 +03:00
</div>
2021-05-24 01:13:43 +03:00
2021-05-16 14:15:10 +03:00
<?endif?>