This topic is locked

Header

12/11/2007 7:55:44 AM
PHPRunner General questions
W
webdino author

I will put a image into the header file to show it on all pages

but when I build the project the phprunner always overwrite my header and footer.php what can I do?

J
Jepsen 12/11/2007

I will put a image into the header file to show it on all pages

but when I build the project the phprunner always overwrite my header and footer.php what can I do?


I use header.php and footer.php with images all the time without any problem.
When you build the project, PHPR do not generate header and footer. Those you generate manually.
Make sure that header and footer is located in the include dir in the output location. This is also where you want to edit them.
header and footer is not automatically uploaded when you upload changed files or all files. You manually have to upload them.
It works fine for me.
Rgds

morten

W
webdino author 12/11/2007

I don´t generate the header file manual. I work with the shopping cart.

I have set the header.php file now write protected so save the header file as I have changed

J
Jane 12/11/2007

Hi,
you can add your changes to the C:/Program Files/PHPRunner4.1/templates/business/ShoppingCartAdmin/source/include/header.php file directly.