PDA

View Full Version : Only show if logged in..


GreigScott
11-25-2008, 07:56 PM
Whats the <if> tag to only show something if the users logged in..

Lynne
11-25-2008, 08:00 PM
<if condition="$show['member']">
whatever
</if>

GreigScott
11-25-2008, 08:43 PM
ty very much - So kind<3