You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
947 B

{if !empty($container_class)}<div class="{$container_class}">{/if}
{section name=ix loop=$listpages}
{capture name=href}{strip}
{if empty($urlparam)}
{if $useLinktoURL eq 'n' or empty($listpages[ix].linkto)}
{$listpages[ix].articleId|sefurl:article}
{else}
{$listpages[ix].linkto}
{/if}
{else}
{$listpages[ix].articleId|sefurl:article:with_next}{$urlparam}
{/if}
{/strip}{/capture}
<div class="articletitle mt-0 mx-0 mb-1">
<span class="newsitem">
<a href="{$smarty.capture.href}">{$listpages[ix].title|escape}</a>
</span>
<br>
</div>
{/section}
{if !empty($listpages) && (isset($usePagination) and $usePagination ne 'n')}
{pagination_links cant=$cant step=$maxArticles offset=$offset}{if isset($urlnext)}{$urlnext}{/if}{/pagination_links}
{/if}
{if !empty($container_class)}</div>{/if}