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.
 
 
 
 
 
 

19 lines
573 B

{* $Id$ *}
{strip}
<ul>
{section name=ix loop=$listpages}
<li>
<a href="{$listpages[ix].pageName|sefurl}" class="link" title="{tr}view{/tr}">
{if !empty($showPageAlias) and $showPageAlias eq 'y' and !empty($listpages[ix].page_alias)}
{$listpages[ix].page_alias}
{else}
{$listpages[ix].pageName}
{/if}
</a>
</li>
{/section}
{if $showNumberOfPages eq 'y'}
{tr}Number of result:{/tr}{$listpages|@count}
{/if}
</ul>
{/strip}