From: <var...@us...> - 2011-10-03 12:26:36
|
Revision: 8152 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8152&view=rev Author: vargenau Date: 2011-10-03 12:26:30 +0000 (Mon, 03 Oct 2011) Log Message: ----------- Home Page Modified Paths: -------------- trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/default/templates/info.tmpl Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2011-10-03 10:16:11 UTC (rev 8151) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2011-10-03 12:26:30 UTC (rev 8152) @@ -12,7 +12,7 @@ <h5><?php echo _("Navigation") ?></h5> <div class="pBody"> <ul> - <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home page")) ?></li> + <li id="n-mainpage"><?php echo WikiLink(HOME_PAGE, "",_("Home Page")) ?></li> <li><? $link = WikiLink(_("RecentChanges"), "",_("Recent changes")); $link->setAttr("accesskey","r"); $link->addTooltip(_("The list of recent changes in the wiki.")." [$p-r]"); ?><?php echo $link ?></li> <li id="n-recentcomments"><?php echo WikiLink(_("RecentComments"), "",_("Recent comments")) ?></li> <li id="n-recentnewpages"><?php echo WikiLink(_("RecentNewPages"), "",_("Recent new pages")) ?></li> Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2011-10-03 10:16:11 UTC (rev 8151) +++ trunk/themes/default/templates/info.tmpl 2011-10-03 12:26:30 UTC (rev 8152) @@ -144,7 +144,7 @@ <?php // determine page type if (HOME_PAGE == $page->getName()) { - $pagetype []= sprintf('%s %s', WIKI_NAME, _("home page")); + $pagetype []= sprintf('%s %s', WIKI_NAME, _("Home Page")); } if ($page->isUserPage($include_empty=true)) { $pagetype []= _("User page"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |