I have a condition in my skin php I'd like to change to a specific group. ie from: if (CondAuth($pagename, 'edit') == true) ... to: if (in_group @editors = true) ... Can anyone suggest the code for this? Cheers Dan