PDA

View Full Version : How do I code this ... navbar



Chimpie
Wed 21st Jan '09, 3:07am
I want to completely rewrite my navbar links, creating two sets... one for logged in members, one for guests.

I know the coding has something to do with <if conditions> but can someone break it down for me or point me to a wiki type tutorial with this information?

Thanks!

glennybee
Wed 21st Jan '09, 3:31am
<if condition="$show['member']">
<!-- show links for members -->
<else />
<!-- show links for guests -->
</if>

hieronymous
Thu 22nd Jan '09, 4:19am
wow. that was spooky

this is EXACTLY what i came here looking for


thanks