diff --git a/images/logo.php b/images/logo.php index 340160da9..8ad9cf100 100644 --- a/images/logo.php +++ b/images/logo.php @@ -33,6 +33,8 @@ $logos = array( $day = date("z", $_SERVER["REQUEST_TIME"]) - date("L", $now); if ($day < 7 || 365-$day < 32) { $logos[] = "./php_snow_2008.gif"; + $logos[] = "./logos/php-xmas-2013.png"; + $logos[] = "./logos/php-xmas-2013.png"; } /* Every 60seconds.. give the elephpant a chance */ diff --git a/images/logos/php-xmas-2013.png b/images/logos/php-xmas-2013.png new file mode 100644 index 000000000..0473b5cfb Binary files /dev/null and b/images/logos/php-xmas-2013.png differ