PDA

View Full Version : How do I access $show[] outside of navbar template


Oreamnos
01-22-2006, 05:48 AM
I want to move some of the navbar links (ie. userCP, FAQ's, Quicklinks, etc...) to another template. But when i try, i realize that the template conditionals that try to access the $show[] variable don't work.

<if condition="$show['member']">
<if condition="$show['registerbutton']">
<if condition="$show['popups']">
etc...

How can i access that info outside of the navbar?

thanks
eric