This topic is locked
[SOLVED]

 include files SSI

2/23/2010 5:14:56 AM
PHPRunner General questions
G
guroos author

I have tried adding the following line just after the 'body' tag in the layout file and have confirmed that it is actually there in the final code PHPRunner produces but it just seems to ignore it.
<?php include("header.htm"); ?>
Should I be using a different syntax?

G
guroos author 2/23/2010

I found the header button on the visual editor which let me point to the header file but that did not work either so in the end

I was able to achieve the desired result by placing the code I required in header.php in the include folder.