Revision: 7584
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7584&view=rev
Author: vargenau
Date: 2010-06-27 17:32:09 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
No border and align for img
Modified Paths:
--------------
trunk/themes/default/templates/top.tmpl
Modified: trunk/themes/default/templates/top.tmpl
===================================================================
--- trunk/themes/default/templates/top.tmpl 2010-06-27 17:17:30 UTC (rev 7583)
+++ trunk/themes/default/templates/top.tmpl 2010-06-27 17:32:09 UTC (rev 7584)
@@ -8,7 +8,7 @@
<div id="logo"><a class="wikilink"
href="<?=WikiURL(HOME_PAGE)?>"
><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img"
- border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a></div>
+ alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div>
<!-- The top navigation/search bar -->
<div class="toolbar">
<?= Template('navbar') ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|