James_xrated
04-03-2008, 03:11 PM
You can test this for yourself. Put the following code at the top of both your header template and your navbar template, and then log out:
<if condition="$show['member']">
<table border=1><tr><td><font color=red>LOGGED IN</table>
<else />
<table border=1><tr><td><font color=blue>LOGGED OUT</table>
</if>
<if condition="$show['member']">
<table border=1><tr><td><font color=red>LOGGED IN</table>
<else />
<table border=1><tr><td><font color=blue>LOGGED OUT</table>
</if>