$val) { if ($key == 'module' || $key == 'file' || $key == 'type') { $getargs .= ''; if ($args == '') { $args .= '?'.$key.'='.$val; } else { $args .= '&'.$key.'='.$val; } } } $GLOBALS['conf']['modules']['HelpCenter']['selfurl'] = $_SERVER['PHP_SELF'].$args; // Used for when forms are posted via GET $GLOBALS['conf']['modules']['HelpCenter']['getargs'] = $getargs; ?>