SF.net SVN: phpwiki:[10683] trunk/themes/blog/templates/navbar.tmpl

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10683
          http://sourceforge.net/p/phpwiki/code/10683
Author:   vargenau
Date:     2021-11-24 11:58:32 +0000 (Wed, 24 Nov 2021)
Log Message:
-----------
themes/blog/templates/navbar.tmpl: Administration

Modified Paths:
--------------
    trunk/themes/blog/templates/navbar.tmpl

Modified: trunk/themes/blog/templates/navbar.tmpl
===================================================================
--- trunk/themes/blog/templates/navbar.tmpl	2021-11-24 11:35:45 UTC (rev 10682)
+++ trunk/themes/blog/templates/navbar.tmpl	2021-11-24 11:58:32 UTC (rev 10683)
@@ -7,10 +7,10 @@
 <div class="box-data">
 <ul>
 <?php if (!empty($revision)) { ?>
-<li><?php echo WikiLink(__("BackLinks"), "button",_("BackLinks")) ?></li>
+<li><?php echo WikiLink(__("BackLinks"), "button",_("Back Links")) ?></li>
 <?php } ?>
 <?php if (!empty($user) && $user->isAdmin()) { ?>
-<li><?php echo WikiLink(__("PhpWikiAdministration"), "button", _("Admin")) ?></li>
+<li><?php echo WikiLink(__("PhpWikiAdministration"), "button", _("Administration")) ?></li>
 <?php } ?>
 <?php if (!empty($user) && $user->isSignedIn()) { ?>
 <li><?php echo WikiLink(__("UserPreferences"), "", _("Preferences")) ?></li>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.