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.
 
 
 
 
 
 

22 lines
767 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>
{if $prefs.wiki_list_description eq 'y' && $listpages[ix].description neq ""}
<span> - {$listpages[ix].description|truncate:80:"...":false}</span>
{/if}
</li>
{/section}
{if $showNumberOfPages eq 'y'}
{tr}Number of result:{/tr}{$listpages|@count}
{/if}
</ul>
{/strip}