Use the "new" icon from archweb for the recent updates table

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-09-09 15:02:34 -04:00 committed by Lukas Fleischer
parent 66fe10df63
commit 36abb9efb9
4 changed files with 3 additions and 3 deletions

View file

@ -59,8 +59,8 @@ if (isset($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
include "./$path";
break;
case "/css/archnavbar/archlogo.gif":
case "/images/new.gif":
header("Content-Type: image/gif");
case "/images/new.png":
header("Content-Type: image/png");
include "./$path";
break;
case "/css/archnavbar/archlogo.png":