Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
There is no header/footr appearing on the webreports. How can these be included?Many thanks
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");