<phpcode><![CDATA[if (THIS_SCRIPT == "index" and $vbulletin->options['ugl_onoff']) { $activeusers2 .= '<br />'; $userbuls = split(',', $vbulletin->options['sirala']); foreach($userbuls AS $userbul) { $activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . $vbulletin->usergroupcache["$userbul"]['title'] . ' >> ' . $vbulletin->usergroupcache["$userbul"]['closetag']; } $activeusers = '<b>'.$activeusers2 .'</b><br /><br />'. $activeusers; }]]></phpcode>