Open up the index.php in the main folder.
Find:
Replace with:PHP Code:<div class="navCenter"><? include("includes/nav.php"); ?></div>
It seems like a silly error, but let me know if it works!PHP Code:<div class="navCenter"><?php include("includes/nav.php"); ?></div>

