This topic is locked

Editing Headers and Footers

11/19/2008 2:07:11 PM
PHPRunner General questions
T
thesofa author

I have found the header file to be a bit more than I needed till now, I have to have one in this project.

Where do I put it in the project file to make sure it gets built into the files for each rebuild of the project?

Where do I find it in my Visual Editor pages to edit the files with the visual editor?

TIA

W
wildwally 11/19/2008

This is a good question and I second it, I have always edited the actual php file in the /include directoy; however, everytime I rebuild the site it reverts back to the old header.php (loads & overwrites my changes). So there has to be another location within the editor to take care of this.

J
Jane 11/20/2008

George,
you can place your header.php file in the output/include directory and edit it in any text editor.

We plan to add "Edit header and footer files in the Visual Editor directly" feature to the next version.
wildwally,

do you use business templates in your project?

If yes edit header.php file in the generated tmp/include directory.

T
thesofa author 11/20/2008

thanks Jane