I have used the following code:
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('Bewoners')}
{menu template='cssmenu_ulshadow.tpl' excludeprefix="public_}
{else}
{menu template='cssmenu_ulshadow.tpl' excludeprefix="private_}
{/if}
I was thinking of adding this to the menu template:
Code: Select all
{elseif $node->type == 'sectionheader' and $node->haschildren == true and $ccuser->loggedin() && $ccuser->memberof('Bewoners')}
<li class="sectionheader"><span class="sectionheader">{$node->menutext}</span>