On my site I am including a file (navigation.html) as an ssi include. It serves as the navigation bar at the top of all of my pages.
I have a php application that I would also like to have use this navigation bar also. The app has a header.tpl file, but I can't figure out how to include my navigation.html file in it.
Thanks for any help you can give!