From: <var...@us...> - 2010-08-31 16:13:59
|
Revision: 7667 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7667&view=rev Author: vargenau Date: 2010-08-31 16:13:53 +0000 (Tue, 31 Aug 2010) Log Message: ----------- Replace TroubleShooting and HowTo Modified Paths: -------------- trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2010-08-31 16:02:45 UTC (rev 7666) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2010-08-31 16:13:53 UTC (rev 7667) @@ -23,8 +23,8 @@ <h5><?php echo _("Main Categories")?></h5> <div class="pBody"> <ul> - <li><?php echo WikiLink("TroubleShooting") ?></li> - <li><?php echo WikiLink("HowTo") ?></li> + <li><?php echo WikiLink("CategoryWikiPlugin") ?></li> + <li><?php echo WikiLink("CategoryActionPage") ?></li> </ul> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |