Move the contact link out of the centered div, so it looks like the rest of the menu items

This commit is contained in:
james 2007-12-13 19:54:19 +00:00
parent 6c864d1b93
commit 00eed557cd

View File

@ -557,11 +557,13 @@ if(count($config['languages'])>1)
echo "</form>"; echo "</form>";
} }
?>
</div>
<?
echo "<br /><ul class=\"mainnav\">\n"; echo "<br /><ul class=\"mainnav\">\n";
echo "<li><a href=\"{$config["SFIABDIRECTORY"]}/contact.php\">".i18n("Contact Us")."</a></li>\n"; echo "<li><a href=\"{$config["SFIABDIRECTORY"]}/contact.php\">".i18n("Contact Us")."</a></li>\n";
echo "</ul>"; echo "</ul>";
?> ?>
</div>
</div> </div>
</td><td> </td><td>