Re: Check for admin panels

David Dyess II <[email protected]> Sat, 08 Jan 2005 16:18:10 -0600
Newsgroups gmane.comp.cms.xaraya.ui
Organization Xaraya
Message-ID <[email protected]>
Chris wrote:
> Hi all,
> 
> I know I've seen it somewhere, but I can't find it. What?
> 
> The security mask to check for adminpanels in current display. 
> 
> Like I can check if a users logged in using <xar:if condition="XarUserIsLoggedIn()"> 
> 
> what's the one for the admin panels? Thanks. 
> 

<xar:sec mask="AdminPanel" catch="false">
  something here
</xar:sec>