Quote:
Originally Posted by hIBEES
I'd like the same, there does not seem to be anyway you can change the order
|
Sussed that... in the plugin manager move the text
HTML Code:
if($onlineusers['admins'])
{
$activeusers .= $start.$options['split_admin'].':</b></li>'.$onlineusers['admins'].$break;
$show_m = true;
}
To below
HTML Code:
{
$activeusers .= $start.$options['split_staff'].':</b></li>'.$onlineusers['team'].$break;
$show_m = true;
}