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
420 B

{* $Id$ *}
{if empty($groups)}
—
{else}
<ul>
{foreach from=$groups item=group}
<li>
{if $params.linkhome eq 'y' && !empty($group.groupHome)}
<a href="{$group.groupHome|sefurl:wiki}">
{assign var=link value='y'}
{/if}
{$group.groupName|escape}
{if !empty($link)}
</a>
{/if}
</li>
{/foreach}
</ul>
{/if}