Add more possible logos and increase the chances of showing them
@@ -47,9 +47,10 @@ if ($day < 7 || 365-$day < 32) {
|
||||
$logos = array("./logos/php-xmas-2013.png");
|
||||
}
|
||||
|
||||
/* Every 60seconds.. give the elephpant a chance */
|
||||
if ($now % 60 == 10) {
|
||||
/* Every so often.. give the elephpant a chance */
|
||||
if ($now % 30 == 10) {
|
||||
$logos[] = "./ele-running.gif";
|
||||
$logos = array_merge($logos, glob("logos/oldschool/*"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
images/logos/oldschool/php1.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
images/logos/oldschool/php16.gif
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
images/logos/oldschool/php2.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
images/logos/oldschool/php3.gif
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
images/logos/oldschool/php34.gif
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
images/logos/oldschool/php4.gif
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/logos/oldschool/php5.gif
Normal file
|
After Width: | Height: | Size: 536 B |