Commit: 4a086a2696c07d61ed43cb9e70e223d0a208717b Author: Hannes Magnusson <[email protected]> Tue, 10 Dec 2013 12:03:53 -0800 Parents: 794b1fe0e4770908ab859975f91b10f6ccb701ed Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4a086a2696c07d61ed43cb9e70e223d0a208717b 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
