I tried this section in the template:
Code: Select all
{* Start Breadcrumbs *}
<div class="breadcrumbs">
{cms_module module=CustomContent}
Hi <b>{if $ccuser->loggedin () == false}Guest{else}{"$customcontent_loginname"}{/if}</b>,
{breadcrumbs starttext='you are here' root='Home' delimiter='»'}
<hr class="accessibility" />
</div>
{* End Breadcrumbs *}
If I update the template (just clicking apply), on the next navigation click on the site, I get the loginname displayed, until I click on another page, then it's back with an empty string.
What else should I use instead of $customcontent_loginname to achieve this ?