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>";
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user