Quote:
Originally Posted by Avros
Maybe try it without the start and close Php tags....
PHP Code:
include ("/path/to/filename.shtml");
|
Old thread to be bumping, but in any event, you can't use PHP in a templates. You can use it in plugins that reference the external file you want to use, then pack it inside a variable and put that in the templates. Alternatively, if it's just regular HTML code in the file, you could just put that code in the templates.