PDA

View Full Version : Quick Question


TRStealth
12-12-2004, 04:39 AM
I want to have a link only display to admins in the navbar. What would be the condition statement?

tubedogg
12-12-2004, 04:47 AM
I want to have a link only display to admins in the navbar. What would be the condition statement?
<if condition="$permissions['adminpermissions'] & CANCONTROLPANEL">content here</if>
should work.

TRStealth
12-12-2004, 05:04 AM
Thanks a lot. :)