This topic is locked

Template table wrapper plus headers and footers

5/2/2005 3:27:10 AM
PHPRunner General questions
author

It would be nice to have all output files wrapped in a single cell table that could be globally formatted to match a site's layout and 'look'.
This hangs together with the concept of global headers (banner) and footers (copyright) that often need to be included in many sites.
Questions:

  1. What is the quickest and easiest method to achieve this in current version?
  2. Are there any future versions liable to generate such items automatically?
    TIA.

501199 5/4/2005

i'm agree with this question, i have the same problem.

i need template for output of detailled page with no pagination.

Sergey Kornilov admin 5/5/2005

Hi,
superbottom.php and supertop.php files are used to display header and footer on all generated PHP pages. You can put your custom html code to these files.
You can put superbottom.php and supertop.php files to include folder in output directory.
If you like these header and footer will be added to all generated php projects automatically you need to put these files to C:\Program Files\PHPRunner\source\include directory.
You can include your stylesheet into supertop.php to preserve your original web design.