See this code
PHP Code:
if (in_array($loggedin['usergroupid'], array(6,XX)) and $highlightadmin) {
$username = "<b><i>$loggedin[username]</i></b>";
Can I change to
PHP Code:
if (in_array($loggedin['usergroupid'], array(6,$var)) and $highlightadmin) {
$username = "<b><i>$loggedin[username]</i></b>";
and
$var is 12,23?
If so, then I got a new hack coming up :-p
*Copyright, registered, patent & pending

*