Random banner generation?

m.e. - May 21, 2009 - 02:13
Project:Themer
Version:6.x-2.0-3
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

We'd like to have random header background images behind our logo. Is this something Themer can help with? If so, can you point me to the documentation that explains how? Thanks.

m.e.

#1

tjholowaychuk - May 21, 2009 - 05:07

Use a random body class, then switch the background like below:

body.random-1 #header {
...
}

body.random-2 #header {
...
}

 
 

Drupal is a registered trademark of Dries Buytaert.