Files
kupshop/web/templates/elnino/components/block.articles-side.tpl
2025-08-02 16:30:27 +02:00

8 lines
330 B
Smarty

<div class="col-xxl-2 col-lg-3 pull-right articles-side {$css_custom_class}">
{get_articles section=all assign='top_articles' count=3 order_by='seen' order='DESC'}
{if $top_articles.articles}
<h3>{t}Nejoblíbenější{/t}</h3>
{include 'block.articles.small.tpl' articles=$top_articles.articles}
{/if}
</div>