Modifying my own Custom Header Modifying my own Custom Header
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Modifying my own Custom Header

Started by gordonisnz, April 18, 2006, 01:19:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gordonisnz


Hi, Ive found the   {CUSTOM_HEADER} in the template.html file

However - i want to 'include' (PHP) my own custom PHP header..

include ("http://localhost.(domain).com/ etc....");


As I said, Ive found the template.html file where the header goes.

However - html files cant 'include' PHP scripts.


I cant locate anywhere else - which references the CUSTOM_HEADER reference...

QUERY

Where / how can I add an 'include' to include my own php header file ??