From: <var...@us...> - 2014-11-05 15:37:44
|
Revision: 9283 http://sourceforge.net/p/phpwiki/code/9283 Author: vargenau Date: 2014-11-05 15:37:36 +0000 (Wed, 05 Nov 2014) Log Message: ----------- No title identical to link Modified Paths: -------------- trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2014-11-05 15:30:15 UTC (rev 9282) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2014-11-05 15:37:36 UTC (rev 9283) @@ -40,7 +40,7 @@ <div class="pBody" id="p-tb-body"> <ul> <li><?php $link = WikiLink(_("RecentChanges"), "",_("RecentChanges")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?> </li> - <li><?php echo WikiLink(_("RecentNewPages"), "",_("RecentNewPages")) ?></li> + <li><?php echo WikiLink(_("RecentNewPages")) ?></li> <?php if (!empty($revision)) { ?> <li id="t-whatlinkshere"><?php echo Button(array('action'=>_("BackLinks")), _("What links here"), $page->getName()) ?></li> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |