Closed (fixed)
Project:
AD Novus
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
24 Oct 2009 at 23:59 UTC
Updated:
19 Nov 2009 at 19:00 UTC
I need to have a different banner picture on every page of the website... i.e. projects needs to have a banner picture that reflects the content... home page needs to have its own to promote the company... etc...
Please help, I've customized a lot of this template, but I don't see how I can set separate graphics for each page (the original grpahic is the one with the girl)
Comments
Comment #1
albert volkman commentedWhat I've done in the past is create a block for each banner image, then set it to show only on it's respective page. I'm not sure if this is the best way of doing it, but it worked for me.
Comment #2
Alan Cooney commentedThe alternatives are looking for an ancient module (called something like header image rotate) that could do it for Drupal 5 but I don't think its been updated, or to write something in php using http://www.w3schools.com/PHP/php_get.asp if your page URLs are organised nicely.
Alan