Team Поблагодарили: 74 раза
If you want to allow multiple groups to access whatever is in the block you can use something like this:
<!-- IF {PHP.usr.maingrp} == 6 OR {PHP.usr.maingrp} == 7 -->
Your block here
<!-- ENDIF -->