consult
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<li><a href="<?=SITE?>mybooks/gazeta/all/1">Газета</a></li>
|
||||
<li class="active">Книги</li>
|
||||
<?endif?>
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<?if ($items['subscript'] == true):?>
|
||||
<div class="small-mob-hidden"><p>Вам доступен весь архив</p></div>
|
||||
@@ -25,15 +25,19 @@
|
||||
<?for ($y = date('Y'); $y >= 2006; $y--):?>
|
||||
<?$selected = ($filter == $y) ? ' selected' : ''?>
|
||||
<option value="<?=$y?>"<?=$selected?>><?=$y?> год</option>
|
||||
<?endfor?>
|
||||
<?endfor?>
|
||||
</select>
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
</p>
|
||||
</div>
|
||||
<?endif?>
|
||||
<div>
|
||||
<a href="<?=SITE?>payments">Мои покупки</a>
|
||||
<a href="<?=SITE?>payments">Мои покупки</a>
|
||||
</div>
|
||||
<div class="hid460">
|
||||
<a href="<?=SITE?>form">Консультации</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -46,7 +50,7 @@
|
||||
<img src="<?=$book['pic']?>">
|
||||
<p class="book_mini_title"><?=$book['pricename']?></p>
|
||||
<p>Читать</p>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?endforeach?>
|
||||
|
||||
Reference in New Issue
Block a user