1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add a xmas logo by Christy Raju

This commit is contained in:
Hannes Magnusson
2013-12-10 12:03:53 -08:00
parent 5c9a090200
commit e2fb24223e
2 changed files with 2 additions and 0 deletions

View File

@@ -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 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB