|
From: <var...@us...> - 2022-01-05 18:14:10
|
Revision: 10837
http://sourceforge.net/p/phpwiki/code/10837
Author: vargenau
Date: 2022-01-05 18:14:09 +0000 (Wed, 05 Jan 2022)
Log Message:
-----------
Wordpress theme: remove empty navbar.tmpl
Modified Paths:
--------------
trunk/themes/Wordpress/templates/body.tmpl
Removed Paths:
-------------
trunk/themes/Wordpress/templates/navbar.tmpl
Modified: trunk/themes/Wordpress/templates/body.tmpl
===================================================================
--- trunk/themes/Wordpress/templates/body.tmpl 2022-01-05 17:57:12 UTC (rev 10836)
+++ trunk/themes/Wordpress/templates/body.tmpl 2022-01-05 18:14:09 UTC (rev 10837)
@@ -24,7 +24,6 @@
<?php } ?>
<?php echo $CONTENT ?>
</main>
- <?php echo Template('navbar') ?>
<?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
<?php echo Template('bottom') ?>
</body>
Deleted: trunk/themes/Wordpress/templates/navbar.tmpl
===================================================================
--- trunk/themes/Wordpress/templates/navbar.tmpl 2022-01-05 17:57:12 UTC (rev 10836)
+++ trunk/themes/Wordpress/templates/navbar.tmpl 2022-01-05 18:14:09 UTC (rev 10837)
@@ -1,3 +0,0 @@
-<?php
- $Sep = $WikiTheme->getButtonSeparator();
-?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|