From: <var...@us...> - 2011-10-03 12:28:00
|
Revision: 8153 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8153&view=rev Author: vargenau Date: 2011-10-03 12:27:54 +0000 (Mon, 03 Oct 2011) Log Message: ----------- Home Page Modified Paths: -------------- trunk/themes/MonoBook/templates/info.tmpl Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2011-10-03 12:26:30 UTC (rev 8152) +++ trunk/themes/MonoBook/templates/info.tmpl 2011-10-03 12:27:54 UTC (rev 8153) @@ -150,7 +150,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 (0 && $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. |