Revision: 9814
http://sourceforge.net/p/phpwiki/code/9814
Author: vargenau
Date: 2016-03-18 09:45:12 +0000 (Fri, 18 Mar 2016)
Log Message:
-----------
Remove duplicate debug template call in Portland theme
Modified Paths:
--------------
trunk/themes/Portland/templates/body.tmpl
Modified: trunk/themes/Portland/templates/body.tmpl
===================================================================
--- trunk/themes/Portland/templates/body.tmpl 2016-03-17 18:04:37 UTC (rev 9813)
+++ trunk/themes/Portland/templates/body.tmpl 2016-03-18 09:45:12 UTC (rev 9814)
@@ -11,6 +11,5 @@
<?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
-<?php if (defined('DEBUG') && DEBUG) { ?><?php echo Template('debug') ?><?php } ?>
<?php echo Template('bottom') ?>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|