\$LinkText"; function FmtWikiLinkCheckSelf($pat,$ref,$btext,$out=NULL,$pname=NULL) { global $WikiPageSelfRefFmt,$WikiPageExistsFmt; if ($GLOBALS['pagename']==FmtWikiLink($pat,$ref,$btext,'PageName',$pname)) { $h=$WikiPageExistsFmt; $WikiPageExistsFmt=$WikiPageSelfRefFmt; $r=FmtWikiLink($pat,$ref,$btext,$out,$pname); $WikiPageExistsFmt=$h; return $r; } return FmtWikiLink($pat,$ref,$btext,$out,$pname); } ?>