This commit is contained in:
Your Name
2021-08-17 09:31:09 +03:00
parent 4f89e2710f
commit dfcc5e3558
2 changed files with 8 additions and 3 deletions

View File

@@ -35,7 +35,13 @@
<p class="price"><a href="<?=$link_offline?>">Бумажная за <?=$book['offline_price']?> руб.</a></p>
<?endif?>
<?endif?>
<?endif?>
<?if ($book['priceauthor_id'] > 1):?>
<p class="pricename">
<a href="<?=SITE?>author/<?=$book['authorslug']?>">Все книги автора</a>
</p>
<?endif?>
</div>
</section>