new version main page
This commit is contained in:
@@ -1,28 +1,12 @@
|
||||
<?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 (defined('CLIENT_ID') and CLIENT_ID > 0):?>
|
||||
|
||||
<?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>
|
||||
<a href="<?=SITE?>payments">Мои покупки</a>
|
||||
</div>
|
||||
|
||||
<div class="hid460">
|
||||
<a href="<?=SITE?>form">Консультации</a>
|
||||
</div>
|
||||
<?endif?>
|
||||
|
||||
<div>
|
||||
<a href="<?=SITE?>payments">Мои покупки</a>
|
||||
</div>
|
||||
<div class="hid460">
|
||||
<a href="<?=SITE?>form">Консультации</a>
|
||||
</div>
|
||||
|
||||
<?endif?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user