add filter gazeta/books
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
<!--<p>Всего покупок: <?=$items['count']?></p>-->
|
||||
<?endif?>
|
||||
|
||||
<div id="menu_category">
|
||||
<a href="<?=SITE?>mybooks/gazeta/all/1">Газета</a> / <a href="<?=SITE?>mybooks/books/all/1">Книги</a>
|
||||
</div>
|
||||
|
||||
|
||||
<?if ($category == 'gazeta'):?>
|
||||
<div>
|
||||
фильтр: <select id="year_filter" onchange="changeyear()">
|
||||
<option value="all"<?=$selected?>>все</option>
|
||||
@@ -13,6 +19,7 @@
|
||||
<?endfor?>
|
||||
</select>
|
||||
</div>
|
||||
<?endif?>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user