Files
anpdf/app/views/menus/lkmenu.phtml
2021-05-16 14:15:10 +03:00

29 lines
932 B
PHTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?if ($items['subscript'] == true):?>
<div class="small-mob-hidden"><p>Вам доступен весь архив</p></div>
<?else:?>
<div class="small-mob-hidden"><p>Всего покупок: <?=$items['count']?></p></div>
<?endif?>
<?if ($category == 'gazeta'):?>
<div id="years">
<p>
<select id="year_filter" onchange="changeyear()">
<option value="all"<?=$selected?>>Все года</option>
<?for ($y = date('Y'); $y >= 2006; $y--):?>
<?$selected = ($filter == $y) ? ' selected' : ''?>
<option value="<?=$y?>"<?=$selected?>><?=$y?> год</option>
<?endfor?>
</select>
<i class="fas fa-chevron-down"></i>
</p>
</div>
<?endif?>
<div>
<a href="<?=SITE?>payments">Мои покупки</a>
</div>
<div class="hid460">
<a href="<?=SITE?>form">Консультации</a>
</div>