8 lines
330 B
Smarty
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>
|