3
Hi,
Try to copy this in header table inside theme.html :
<td> <{if $xoops_isuser}> Hello <a href="<{$xoops_url}>/user.php"><{$xoops_uname}>a> <a href="<{$xoops_url}>/user.php">your account a> <{else}> <a href="<{$xoops_url}>/register.php">Register nowa> on Yoursite.com! <{/if}> <span class="right"> <{if $xoops_isuser}>
<a href="<{$xoops_url}>/user.php?op=logout">a> <{else}> <a href="<{$xoops_url}>/user.php">Logina>
<{/if}> span>td>
Now, in case logout , you will see : Register now on Yoursite.com! Login
and after logged on , you will see : Hello Admin your account