Commit: e2fb24223e0fca1469cdc196efdbebab5bb8bb6e Author: Hannes Magnusson <[email protected]> Tue, 10 Dec 2013 12:03:53 -0800 Parents: 5c9a0902007fa8940ff73fead3893a2cdec7301a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e2fb24223e0fca1469cdc196efdbebab5bb8bb6e Log: Add a xmas logo by Christy Raju Changed paths: M images/logo.php A images/logos/php-xmas-2013.png Diff: diff --git a/images/logo.php b/images/logo.php index 340160d..8ad9cf1 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 0000000..0473b5c Binary files /dev/null and b/images/logos/php-xmas-2013.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
