Commit:    384e52fee0b6afb503771e0fd413af3c76870fb2
Author:    Hannes Magnusson <[email protected]>         Fri, 13 Dec 2013 
13:15:40 -0800
Parents:   84cdd3eac0914285d3962560b16ca275c6825241
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=384e52fee0b6afb503771e0fd413af3c76870fb2

Log:
Almost always use the new xmas logo

Changed paths:
  M  images/logo.php


Diff:
diff --git a/images/logo.php b/images/logo.php
index 8ad9cf1..bf2be0b 100644
--- a/images/logo.php
+++ b/images/logo.php
@@ -32,9 +32,7 @@ $logos = array(
 /* xmas season, december and the first week of January */
 $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";
+    $logos = array("./logos/php-xmas-2013.png");
 }
 
 /* Every 60seconds.. give the elephpant a chance */


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to