diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-03-31 21:56:35 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-03-31 21:56:35 -0400 |
commit | e6362171e86d53155c34bf60f2786ee5af0cb707 (patch) | |
tree | a6e59f4984207cff0b9163f17f80e52366382e94 /theme | |
parent | 87b42536198dfab02de616f9ba1e68ea307cce90 (diff) | |
download | fourisland-e6362171e86d53155c34bf60f2786ee5af0cb707.tar.gz fourisland-e6362171e86d53155c34bf60f2786ee5af0cb707.tar.bz2 fourisland-e6362171e86d53155c34bf60f2786ee5af0cb707.zip |
Added April Fools Day 2011 joke
Also adjusted the date for the Day of Silence to reflect the 2011 date.
Diffstat (limited to 'theme')
-rw-r--r-- | theme/images/afd-l7-2011.png | bin | 0 -> 112120 bytes | |||
-rwxr-xr-x | theme/layouts/7/holiday.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/theme/images/afd-l7-2011.png b/theme/images/afd-l7-2011.png new file mode 100644 index 0000000..c8833c9 --- /dev/null +++ b/theme/images/afd-l7-2011.png | |||
Binary files differ | |||
diff --git a/theme/layouts/7/holiday.php b/theme/layouts/7/holiday.php index 54499a9..19accc4 100755 --- a/theme/layouts/7/holiday.php +++ b/theme/layouts/7/holiday.php | |||
@@ -105,7 +105,7 @@ if (sd_isSpecialDay('April Fools Day')) | |||
105 | ?> | 105 | ?> |
106 | 106 | ||
107 | div#banner { | 107 | div#banner { |
108 | background-image: url(/theme/images/afd-l7.png); | 108 | background-image: url(/theme/images/afd-l7-2011.png); |
109 | } | 109 | } |
110 | 110 | ||
111 | <?php | 111 | <?php |