NeoToxic
02-17-2007, 12:56 AM
Im trying to display a image for visitors and then it change when you log in here is my code although both images are displaying even tho im not logged in. Can some help me fix this please? Thanks
<if condition="$show['guest']">
<a href="register.php"><img src="images/misc/welcome.gif" border="0"></a></if>
<if condition="$show['loggedinusers']">
<img src="images/misc/loggedin.gif" border="0">
</thead>
</table>
</if>
<if condition="$show['guest']">
<a href="register.php"><img src="images/misc/welcome.gif" border="0"></a></if>
<if condition="$show['loggedinusers']">
<img src="images/misc/loggedin.gif" border="0">
</thead>
</table>
</if>