So I am using .php pages now to use a .txt include for the navigation.
Here is the live page I am working on :
http://glustik.com/essex/index.php
It seems to display line 27 code errors, not sure how to get this include to work.
Anyone care to point me in the right direction for this one?
Is your problem already stated there? There is an error since include(txt) is NOT a right inclusion of a file. Create your *.txt file first and then include it. Something like
include("foo.txt")