|
|
{* $Id$ *}
|
|
|
|
|
|
{tikimodule error=$module_params.error title=$tpl_module_title name="directory_top_sites" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
|
|
|
{modules_list list=$modTopdirSites nonums=$nonums}
|
|
|
{section name=ix loop=$modTopdirSites}
|
|
|
<li>
|
|
|
<a class="linkmodule" href="tiki-directory_redirect.php?siteId={$modTopdirSites[ix].siteId}" {if $prefs.directory_open_links eq 'n'}target="_new"{/if}>
|
|
|
{$modTopdirSites[ix].name|escape}
|
|
|
</a>
|
|
|
{if $desc eq 'y'}:
|
|
|
{if $maxdesc ge '1'}{$modTopdirSites[ix].description|truncate:$maxdesc:"...":"true"}
|
|
|
{else}{$modTopdirSites[ix].description|escape}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
|
|
|
</li>
|
|
|
{/section}
|
|
|
{/modules_list}
|
|
|
{/tikimodule}
|