larger space between tools and logout links

This commit is contained in:
Roland Gruber 2010-12-03 21:11:58 +00:00
parent 537c01a47d
commit acc4a0ce01
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ foreach ($toSort as $key => $value) {
<ul id="foo" class="dropmenu">
<li><a href="<?php echo $headerPrefix; ?>logout.php" target="_top"><img alt="logout" src="<?php echo $headerPrefix; ?>../graphics/exit.png">&nbsp;<?php echo _("Logout") ?></a></li>
<li>
<a href="<?php echo $headerPrefix; ?>tools.php"><img alt="tools" src="<?php echo $headerPrefix; ?>../graphics/tools.png">&nbsp;<?php echo _("Tools") ?></a>
<a href="<?php echo $headerPrefix; ?>tools.php"><img alt="tools" src="<?php echo $headerPrefix; ?>../graphics/tools.png">&nbsp;<?php echo _("Tools") ?>&nbsp;&nbsp;&nbsp;</a>
<ul>
<?php
for ($i = 0; $i < sizeof($tools); $i++) {