This topic is locked

How to add header/footer to webreports?

1/7/2009 6:48:50 PM
PHPRunner General questions
hichem author

There is no header/footr appearing on the webreports. How can these be included?

Many thanks

J
Jane 1/8/2009

Hi,
to add header to the web reports edit generated webreport.phpfile.

Fund this line:

include("include/dbcommon.php");


and add following code just after:

include("include/header.php");