Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / dynamic header or alternate header

dynamic header or alternate header

Locked

Views: 1,671

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
13 Oct 2006, 5:51 PM
#1
rambo avatar

rambo

New Zenner

Join Date:
Jul 2006
Posts:
32
Plugin Contributions:
0

dynamic header or alternate header

I would like to provide a custom header for each page. I can not use the override tpl_header method because many of my pages are ezpages and they do not have a separate header breakout like "main_page=contact_us" instead they have a query string like: "main_page=page&id=23&chapter=0."

I can make all ezpages have the same header by modifying this override: "your_template">page>tpl_header.php

But what about an individual header for each ez page?

I there a plugin that will help with this? If not has anyone written the conditional php code for replacing the header per page? I can write this, I just didn't want to waste my time if someone already has. Thank you for your time.