Tuesday 30 March 2004 3:40:24 am
Sorry, same code... should work Try seing why it fails by debugging the logout function.
{section show=eq($current_user.contentobject_id,$anonymous_user_id)}
<a class="menuitem" href={"/user/login/"|ezurl}>{"Login"|i18n("design/standard/layout")}</a>
{section-else}
<a class="menuitem" href={"/user/logout/"|ezurl}>{"Logout"|i18n("design/standard/layout")}</a> ({content_view_gui view=text_linked content_object=$current_user.contentobject})
{/section}
|