This topic is locked

Where to put new layout Files

10/27/2009 6:51:00 PM
PHPRunner General questions
A
aalekizoglou author

I am trying to create a new layout design (lets call it NEWDESIGN), and as I understand a can copy an existing one (lets say Madrit) to a new folder. Immediately PHPR see the new folder and enables the layout for me. But I have create some images and linked them to the buttons as well. I put those images in NEWDESIGNE\img, which is a new directory. Where should I tell PHPR about those new files? One issue is that when i apply the new layout PHPR copies the layout and style's files in tmp directory, but not my new .gif's. The second issue is that upon building the project my new gif's are not copied to the output\images directory.
Should i change the files.txt to include any new file I build for my new layout?
Regards,
Athanasis

J
Jane 10/28/2009

Hi,
I recommend you to add all new gif files to the PHPRunner5.1/templates/styles/<selected style> directory.

A
aalekizoglou author 10/28/2009



Hi,
I recommend you to add all new gif files to the PHPRunner5.1/templates/styles/<selected style> directory.


OK,

does this mean that all new gif files added there will be copied automatically to my tmp and output/images directories?

J
Jane 10/28/2009

Hi,
these files will be copied to the output/include/img directory.