Hi all,
I'm trying to include a .html file within the template in vbulletin. The file contains a menu which is regularly updated, and therefore more easily maintained using one file that is updated and included in any page that requires it.
I've tried the standard:
PHP Code:
<?php include("/include/menu.html"); ?>
But it just wont work. When i look in the source code for the page once it is displayed in a browser, the php hasn't even been parsed and the actual code is there for all to see...
Please help?!
Thanks