add category

This commit is contained in:
Your Name
2021-08-17 00:44:56 +03:00
parent 7ad83909ff
commit 93e8d709ed
4 changed files with 90 additions and 6 deletions

View File

@@ -6,11 +6,12 @@
<a href="<?=$link?>" target="_blank">
<img src="<?=picbook($book, 180, 280)?>" alt="<?=$book['pricename']?>">
</a>
<?if ($book['priceauthor_id'] > 1):?>
<?if ($book['priceauthor_id'] > 0):?>
<p class="book_mini_title">
<a href="<?=SITE?>author/<?=$book['authorslug']?>"><?=$book['author']?></a>
</p>
<?endif?>
<?endif?>
<p class="book_mini_title">
<a href="<?=$link?>"><?=$book['pricename']?></a>
</p>