Code
<!--[pnsecauthaction realm="0" comp="::" inst="::" level="ACCESS_ADMIN" assign="admin"]-->
<!--[if $admin eq true]-->
<a hef="admin.php">You're an admin!</a>
<!--[else]-->
Your not Admin
<!--[/if]-->
<!--[if $admin eq true]-->
<a hef="admin.php">You're an admin!</a>
<!--[else]-->
Your not Admin
<!--[/if]-->
How can I do a similar thing based on the logged in user belonging to a specific group. I've got a group that I want to load a different page setup for when they log in.
Thanks
