"; $InlineReplacements['/\\[\\[\\$Jump\\]\\]/e'] = "FmtPageName(\$GLOBALS['JumpTagFmt'],\$pagename)"; if ($action=='jump') { $text = stripmagic($HTTP_GET_VARS['text']); if (preg_match("/^$GroupNamePattern([\\/.])$PageTitlePattern$/",$text)) $jumpto=$text; elseif (preg_match("/^$PageTitlePattern$/",$text)) $jumpto=FmtPageName("\$Group.$text",$pagename); if ($jumpto && PageExists($jumpto)) Redirect($jumpto); $action='search'; } ?>