Foren / Cotonti / Support / xtemplate help

Twiebie
#35164 16. August 2012, 01:14

If you want to allow multiple groups to access whatever is in the block you can use something like this:

XML/XHTML
1
2
3
<!-- IF {PHP.usr.maingrp} == 6 OR {PHP.usr.maingrp} == 7 -->
Your block here
<!-- ENDIF -->