Hi,
I’m currently trying to do the same thing and I’m stuck.
I’m using the Kubrick theme. I want to display a different header on some of my pages. I’ve got as far as assigning a custom page template for those pages, and using a different header file for that template, using the code
<?php include (TEMPLATEPATH . '/header2.php'); ?>
For the rest of the custom page template file I just copied the code from another template, because I want the pages to be identical apart from the header image. But I can’t work out how to actually change the header image. As far as I can see, the header image is assigned in the style.css file, not the header file.
I’m a beginner at PHP, so any help would be appreciated.