diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/html/images/new.gif | bin | 116 -> 0 bytes | |||
-rw-r--r-- | web/html/images/new.png | bin | 0 -> 378 bytes | |||
-rw-r--r-- | web/html/index.php | 4 | ||||
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/web/html/images/new.gif b/web/html/images/new.gif Binary files differdeleted file mode 100644 index 7df48235..00000000 --- a/web/html/images/new.gif +++ /dev/null diff --git a/web/html/images/new.png b/web/html/images/new.png Binary files differnew file mode 100644 index 00000000..6a9bf037 --- /dev/null +++ b/web/html/images/new.png diff --git a/web/html/index.php b/web/html/index.php index df0d1337..7c4eb475 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 93eb44f5..e7ceec7b 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -8,7 +8,7 @@ <td> <a href="<?php echo get_pkg_uri($row["Name"]); ?>"><?php print htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?></a> <?php if ($row["ModifiedTS"] === $row["SubmittedTS"]): ?> - <img src="images/new.gif" alt="New!" /> + <img src="images/new.png" alt="New!" /> <?php endif; ?> </td> <td> |