From 36abb9efb9b41e07c86d9ab9f817833f49abe8fa Mon Sep 17 00:00:00 2001 From: canyonknight Date: Sun, 9 Sep 2012 15:02:34 -0400 Subject: Use the "new" icon from archweb for the recent updates table Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/images/new.gif | Bin 116 -> 0 bytes web/html/images/new.png | Bin 0 -> 378 bytes web/html/index.php | 4 ++-- web/template/stats/updates_table.php | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 web/html/images/new.gif create mode 100644 web/html/images/new.png diff --git a/web/html/images/new.gif b/web/html/images/new.gif deleted file mode 100644 index 7df4823..0000000 Binary files a/web/html/images/new.gif and /dev/null differ diff --git a/web/html/images/new.png b/web/html/images/new.png new file mode 100644 index 0000000..6a9bf03 Binary files /dev/null and b/web/html/images/new.png differ diff --git a/web/html/index.php b/web/html/index.php index df0d133..7c4eb47 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -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": diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 93eb44f..e7ceec7 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -8,7 +8,7 @@ "> - New! + New! -- cgit v1.2.3-54-g00ecf