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.