From 3d359a397b282dcc054dec8d5abb60141428d4bb Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 22 Apr 2011 08:37:44 -0400 Subject: Removed the Ash Wednesday and Good Friday backgrounds Also changed some of the Datefinder strings. --- includes/specialdates.php | 15 ++++++++------- theme/layouts/4.5/holiday.php | 6 ------ theme/layouts/6.2/holiday.php | 6 ------ theme/layouts/7/holiday.php | 6 ------ 4 files changed, 8 insertions(+), 25 deletions(-) diff --git a/includes/specialdates.php b/includes/specialdates.php index 72fcee8..e9d10e7 100755 --- a/includes/specialdates.php +++ b/includes/specialdates.php @@ -321,20 +321,21 @@ function sd_dateFinder() } else { switch (sd_getCurrentDay()) { - case 'New Years Day': return 'Happy new years!'; + case 'New Years Day': return 'HAPPY NEW YEAR YAYS!'; case 'Martin Luther King Day': return 'Happy Martin Luther King Day!'; case 'Groundhog Day': return 'It\'s groundhog day? Will he see his shadow?'; case 'Presidents Day': return 'Happy President\'s Day!'; case 'Valentines Day': return 'Happy Valentines Day! Will you be mine?'; - case 'St Patricks Day': return 'Happy St. Patrick\'s Day! If you\'re not wearing green, I\'ll pinch you!'; + case 'St Patricks Day': return 'Happy St. Patrick\'s Day!'; case 'Mothers Day': return 'Happy Mothers Day!'; case 'Memorial Day': return 'Remember...'; - case 'Easter': return 'Happy Easter! Where are those eggs?'; - case 'Mardi Gras': return 'Happy Mardi Gras! Time to get fat!'; - case 'Ash Wednesday': return 'Happy Ash Wednesday! Did you get your ashes?'; + case 'Easter': return 'Happy Easter!'; + case 'Mardi Gras': return 'It\'s Shrove Tuesday!'; + case 'Ash Wednesday': return 'Happy Ash Wednesday!'; case 'Palm Sunday': return 'Happy Palm Sunday!'; case 'Holy Thursday': return 'Happy Holy Thursday!'; - case 'Hatkirbys B-Day': return 'Happy Birthday to me! Happy Birthday to me! Happy Birthday dear Hatkirby! Happy Birthday to me!'; + case 'Good Friday': return 'Happy Good Friday!'; + case 'Hatkirbys B-Day': return 'Remember 6/17/08'; case 'Flag Day': return 'Happy Flag Day!'; case 'Fathers Day': return 'Happy Fathers Day!'; case 'Independance Day': return 'Happy 4th of July!'; @@ -346,7 +347,7 @@ function sd_dateFinder() case 'Thanksgiving': return 'Happy Thanksgiving! Gobble gobble gobble gobble!'; case 'Kirby Week': return 'It\'s Kirby Week! Not only is it a time of celebreation and fun on Four Island, it\'s only a week before Christmas!'; case 'Christmas Eve': return '"1 Day Left" says Fourie!'; - case 'Christmas Day': return 'Merry Christmas! Time for presents!'; + case 'Christmas Day': return 'Merry Christmas!'; case 'New Years Eve': return '5... 4... 3... 2...'; case 'SysAdminDay': return 'If you can read this, thank your sysadmin'; case 'WCA Day': return 'Webcomic Appreciation Day! Stare in wonder at all of your favorite webcomics! Like Pillowcase, for instance!'; diff --git a/theme/layouts/4.5/holiday.php b/theme/layouts/4.5/holiday.php index da611d3..2ef5585 100755 --- a/theme/layouts/4.5/holiday.php +++ b/theme/layouts/4.5/holiday.php @@ -62,9 +62,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('New Years Day')) { $bgimgm = 'newYear'; -} elseif (sd_isSpecialDay('Ash Wednesday')) -{ - $bgimgm = 'ashWeds'; } elseif (sd_isSpecialDay('Columbus Day')) { $bgimgm = 'columbus'; @@ -74,9 +71,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('Flag Day')) { $bgimgm = 'flagDay'; -} elseif (sd_isSpecialDay('Good Friday')) -{ - $bgimgm = 'goodFriday'; } elseif (sd_isSpecialDay('Groundhog Day')) { $bgimgm = 'groundhog'; diff --git a/theme/layouts/6.2/holiday.php b/theme/layouts/6.2/holiday.php index 697e2cc..656d9db 100755 --- a/theme/layouts/6.2/holiday.php +++ b/theme/layouts/6.2/holiday.php @@ -65,9 +65,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('New Years Day')) { $bgimgm = 'newYear'; -} elseif (sd_isSpecialDay('Ash Wednesday')) -{ - $bgimgm = 'ashWeds'; } elseif (sd_isSpecialDay('Columbus Day')) { $bgimgm = 'columbus'; @@ -77,9 +74,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('Flag Day')) { $bgimgm = 'flagDay'; -} elseif (sd_isSpecialDay('Good Friday')) -{ - $bgimgm = 'goodFriday'; } elseif (sd_isSpecialDay('Groundhog Day')) { $bgimgm = 'groundhog'; diff --git a/theme/layouts/7/holiday.php b/theme/layouts/7/holiday.php index 19accc4..57c84c9 100755 --- a/theme/layouts/7/holiday.php +++ b/theme/layouts/7/holiday.php @@ -65,9 +65,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('New Years Day')) { $bgimgm = 'newYear'; -} elseif (sd_isSpecialDay('Ash Wednesday')) -{ - $bgimgm = 'ashWeds'; } elseif (sd_isSpecialDay('Columbus Day')) { $bgimgm = 'columbus'; @@ -77,9 +74,6 @@ if (sd_isSpecialDay('Four Island A')) } elseif (sd_isSpecialDay('Flag Day')) { $bgimgm = 'flagDay'; -} elseif (sd_isSpecialDay('Good Friday')) -{ - $bgimgm = 'goodFriday'; } elseif (sd_isSpecialDay('Groundhog Day')) { $bgimgm = 'groundhog'; -- cgit 1.4.1