From: John S. <joh...@uc...> - 2004-10-15 02:11:37
|
Hi, Reini and others, I am not sure if the format is correct, but this is my first contribution to the project, if someone else has not beaten me to it yet :-) This will make WikiWord links appear again after it disappeared yesterday. Ciao, *** Theme.php.~1.109.~ 2004-10-14 19:03:06.000000000 -0700 --- Theme.php 2004-10-14 19:03:09.300681096 -0700 *************** *** 511,516 **** --- 511,521 ---- $link = HTML::a(array('href' => $url)); + if (isa($wikiword, 'WikiPageName')) + $default_text = $wikiword->shortName; + else + $default_text = $wikiword; + if (!empty($linktext)) { $link->pushContent($linktext); $link->setAttr('class', 'named-wiki'); ===== --John Shen The Lord is my shepard. I shall not want. |