forked from science-ation/science-ation
Move the contact link out of the centered div, so it looks like the rest of the menu items
This commit is contained in:
parent
6c864d1b93
commit
00eed557cd
@ -557,11 +557,13 @@ if(count($config['languages'])>1)
|
||||
echo "</form>";
|
||||
}
|
||||
|
||||
?>
|
||||
</div>
|
||||
<?
|
||||
echo "<br /><ul class=\"mainnav\">\n";
|
||||
echo "<li><a href=\"{$config["SFIABDIRECTORY"]}/contact.php\">".i18n("Contact Us")."</a></li>\n";
|
||||
echo "</ul>";
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</td><td>
|
||||
|
Loading…
Reference in New Issue
Block a user