Revision: 9809
http://sourceforge.net/p/phpwiki/code/9809
Author: vargenau
Date: 2016-03-11 13:06:51 +0000 (Fri, 11 Mar 2016)
Log Message:
-----------
Display HomePage title in Sidebar
Modified Paths:
--------------
trunk/themes/Sidebar/templates/top.tmpl
Modified: trunk/themes/Sidebar/templates/top.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/top.tmpl 2016-03-10 17:11:15 UTC (rev 9808)
+++ trunk/themes/Sidebar/templates/top.tmpl 2016-03-11 13:06:51 UTC (rev 9809)
@@ -13,9 +13,7 @@
?>
<!-- Page title -->
<a id="contentTop"></a>
-<?php if ($page->_pagename != "HomePage") { ?>
<h1 class="firstHeading<?php echo $rating ? '-rating' : '' ?><?php echo $public ? '-public' : '' ?>"><?php echo $HEADER ?></h1>
-<?php } ?>
<?php if ($rating && $request->getArg('action') == 'browse') { ?>
<?php echo Template('ratings') ?>
<?php } elseif ($rating && $WikiTheme->DUMP_MODE) { ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|