Code: Select all
{if $customcontent_loggedin > 0}
Welcome <b>{$customcontent_loginname}</b><br/>
{else}
<h1>You are not authorized to view this data</h1>
{/if}
However, this just generates a page showing my home page, stripped of CSS or any other formatting - what you'd see if you used the 'Minimal' template. But no message about being logged-in or otherwise. If anyone knows why this is happening, I'd be grateful.
TIA