'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 // c-file-style: "ellemtel" // End: ?>