summary refs log tree commit diff stats
path: root/includes/specialdates.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specialdates.php')
-rwxr-xr-xincludes/specialdates.php15
1 files changed, 8 insertions, 7 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()
321 } else { 321 } else {
322 switch (sd_getCurrentDay()) 322 switch (sd_getCurrentDay())
323 { 323 {
324 case 'New Years Day': return 'Happy new years!'; 324 case 'New Years Day': return 'HAPPY NEW YEAR YAYS!';
325 case 'Martin Luther King Day': return 'Happy Martin Luther King Day!'; 325 case 'Martin Luther King Day': return 'Happy Martin Luther King Day!';
326 case 'Groundhog Day': return 'It\'s groundhog day? Will he see his shadow?'; 326 case 'Groundhog Day': return 'It\'s groundhog day? Will he see his shadow?';
327 case 'Presidents Day': return 'Happy President\'s Day!'; 327 case 'Presidents Day': return 'Happy President\'s Day!';
328 case 'Valentines Day': return 'Happy Valentines Day! Will you be mine?'; 328 case 'Valentines Day': return 'Happy Valentines Day! Will you be mine?';
329 case 'St Patricks Day': return 'Happy St. Patrick\'s Day! If you\'re not wearing green, I\'ll pinch you!'; 329 case 'St Patricks Day': return 'Happy St. Patrick\'s Day!';
330 case 'Mothers Day': return 'Happy Mothers Day!'; 330 case 'Mothers Day': return 'Happy Mothers Day!';
331 case 'Memorial Day': return 'Remember...'; 331 case 'Memorial Day': return 'Remember...';
332 case 'Easter': return 'Happy Easter! Where are those eggs?'; 332 case 'Easter': return 'Happy Easter!';
333 case 'Mardi Gras': return 'Happy Mardi Gras! Time to get fat!'; 333 case 'Mardi Gras': return 'It\'s Shrove Tuesday!';
334 case 'Ash Wednesday': return 'Happy Ash Wednesday! Did you get your ashes?'; 334 case 'Ash Wednesday': return 'Happy Ash Wednesday!';
335 case 'Palm Sunday': return 'Happy Palm Sunday!'; 335 case 'Palm Sunday': return 'Happy Palm Sunday!';
336 case 'Holy Thursday': return 'Happy Holy Thursday!'; 336 case 'Holy Thursday': return 'Happy Holy Thursday!';
337 case 'Hatkirbys B-Day': return 'Happy Birthday to me! Happy Birthday to me! Happy Birthday dear Hatkirby! Happy Birthday to me!'; 337 case 'Good Friday': return 'Happy Good Friday!';
338 case 'Hatkirbys B-Day': return 'Remember 6/17/08';
338 case 'Flag Day': return 'Happy Flag Day!'; 339 case 'Flag Day': return 'Happy Flag Day!';
339 case 'Fathers Day': return 'Happy Fathers Day!'; 340 case 'Fathers Day': return 'Happy Fathers Day!';
340 case 'Independance Day': return 'Happy 4th of July!'; 341 case 'Independance Day': return 'Happy 4th of July!';
@@ -346,7 +347,7 @@ function sd_dateFinder()
346 case 'Thanksgiving': return 'Happy Thanksgiving! Gobble gobble gobble gobble!'; 347 case 'Thanksgiving': return 'Happy Thanksgiving! Gobble gobble gobble gobble!';
347 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!'; 348 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!';
348 case 'Christmas Eve': return '"1 Day Left" says Fourie!'; 349 case 'Christmas Eve': return '"1 Day Left" says Fourie!';
349 case 'Christmas Day': return 'Merry Christmas! Time for presents!'; 350 case 'Christmas Day': return 'Merry Christmas!';
350 case 'New Years Eve': return '5... 4... 3... 2...'; 351 case 'New Years Eve': return '5... 4... 3... 2...';
351 case 'SysAdminDay': return '<A HREF="http://www.sysadminday.com">If you can read this, thank your <I><B>sysadmin</B></I></A>'; 352 case 'SysAdminDay': return '<A HREF="http://www.sysadminday.com">If you can read this, thank your <I><B>sysadmin</B></I></A>';
352 case 'WCA Day': return '<A HREF="http://wca2001.keenspace.com">Webcomic Appreciation Day!</A> Stare in wonder at all of your favorite webcomics! Like Pillowcase, for instance!'; 353 case 'WCA Day': return '<A HREF="http://wca2001.keenspace.com">Webcomic Appreciation Day!</A> Stare in wonder at all of your favorite webcomics! Like Pillowcase, for instance!';