Код: Выделить всё
// application/xhtml+xml not used because of IE
Код: Выделить всё
if($user->data['group_id'] == 5 || $user->data['group_id'] == 15 || $user->data['group_id'] == 16 || $user->data['group_id'] == 26 || $user->data['group_id'] == 34)
{
$template->assign_vars(array(
'REKLAMA' => true
));
}
Код: Выделить всё
<!-- IF not REKLAMA -->
.....Код, блок, ссылка, любой текст.....
<!-- ENDIF -->
serrrios