The site barth-johnsen.com should have a menu on top like barth-johnsen.allmidifiles.com Thats two different servers. Why is the menu gone in the first one ?
If you look at your source code you can see the php syntax <? include("ssi/menu.php"); ?> Code (markup): It's not being rendered... is php installed on the server? Actually, it looks like php is installed... hmmm maybe change it to <?php include("ssi/menu.php"); ?> Code (markup):