From: <var...@us...> - 2021-12-16 16:03:50
|
Revision: 10794 http://sourceforge.net/p/phpwiki/code/10794 Author: vargenau Date: 2021-12-16 16:03:48 +0000 (Thu, 16 Dec 2021) Log Message: ----------- themes/wikilens/templates/top.tmpl: formatting Modified Paths: -------------- trunk/themes/wikilens/templates/top.tmpl Modified: trunk/themes/wikilens/templates/top.tmpl =================================================================== --- trunk/themes/wikilens/templates/top.tmpl 2021-12-16 15:49:37 UTC (rev 10793) +++ trunk/themes/wikilens/templates/top.tmpl 2021-12-16 16:03:48 UTC (rev 10794) @@ -1,6 +1,7 @@ <?php global $HIDE_TOOLBARS; -if (!$HIDE_TOOLBARS) { ?> +if (!$HIDE_TOOLBARS) { +?> <?php // The logo ?> <div id="logo" style="height: 51px; background-image: url(<?php echo $WikiTheme->getImageURL('splice')?>); background-repeat: repeat-x;" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |