'wikipage'), $page) ); $class = 'interwiki'; } return Element('a', array('href' => $url, 'class' => $class), $linktext); } // Link InterWiki links // These can be protected by a '!' like Wiki words. function wtt_interwikilinks($match, &$trfrm) { if ($match[0] == "!") return htmlspecialchars(substr($match,1)); return LinkInterWikiLink($match); } // For emacs users // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>