This topic is locked

I need to display a separate header on each page - HELP

4/19/2009 12:01:08 PM
PHPRunner General questions
T
tcunicorn7 author

I need to display a separate header on each page - HELP
{HEader} - how do I change this to be different on each page??
Please help asap

Tina

J
Jane 4/20/2009

Tina,
you can use custom event (Insert PHP code snippet option on the Visual Editor tab) as header on each page.

T
tcunicorn7 author 4/20/2009

Tina,

you can use custom event (Insert PHP code snippet option on the Visual Editor tab) as header on each page.


Can you givve me an example - yes I am a newbie to PHP not to programming or web developement - know Vb very well just not used to this system - ? Would be aBIG help thanks basically I want to display a different header file for each list page in the system -
?
Thanks
Tina

Sergey Kornilov admin 4/20/2009

Tina,
what exactly you trying to display there?
It can be as simple as the following:

echo "My custom header";