From: Paul V. <pau...@gm...> - 2007-10-01 07:55:13
|
Hi, I want to change header.php so that the rest of the files have to include lib.php themselves instead of relying on the include via header.php. The intent of header.php is markup and should not be used otherwise I guess. I guess just doing a: include_once "include/lib.php" in header.php would have that effect. We need the include_once as we check if the admin user is logged in. Objections? Cheers, Paul. |