diff --git a/themes/yaroon/jeroen2.theme b/themes/yaroon/jeroen2.theme index 7e027285364..fff14603cd5 100644 --- a/themes/yaroon/jeroen2.theme +++ b/themes/yaroon/jeroen2.theme @@ -13,28 +13,41 @@ function header() { + switch (rand(0,8)) { + case 0: $color = "#c4a2a2"; break; + case 1: $color = "#a2c4a7"; break; + case 2: $color = "#c2c4a2"; break; + case 3: $color = "#ad4322"; break; + case 4: $color = "#6c6c23"; break; + case 6: $color = "#d31717"; break; + case 7: $color = "#383838"; break; + default: $color = "#a3b1c7"; + } + ?> - + <?php echo variable_get(site_name, "drupal"); ?> -