Commit: 4f6482fb335fac2354cc40f24d5d783873b3bfe2 Author: Kalle Sommer Nielsen <[email protected]> Tue, 25 Jul 2017 22:37:37 +0200 Parents: 638a3fb1819c1b85690f07507a911aede9fe0be2 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=4f6482fb335fac2354cc40f24d5d783873b3bfe2 Log: Once you kill one bug, two new appears. Introducing a new logo for bugsweb! Source is included with logo.psd, the bug is public domain and free to use Changed paths: M include/functions.php A www/images/logo.png A www/images/logo.psd Diff: diff --git a/include/functions.php b/include/functions.php index 8a11df4..37ea6ab 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1735,7 +1735,7 @@ function response_header($title, $extraHeaders = '') <table id="top" class="head" cellspacing="0" cellpadding="0"> <tr> <td class="head-logo"> - <a href="/"><img src="images/logo.gif" alt="Bugs" vspace="2" hspace="2"></a> + <a href="/"><img src="images/logo.png" alt="Bugs" vspace="2" hspace="2"></a> </td> <td class="head-menu"> diff --git a/www/images/logo.png b/www/images/logo.png new file mode 100644 index 0000000..d331bab Binary files /dev/null and b/www/images/logo.png differ diff --git a/www/images/logo.psd b/www/images/logo.psd new file mode 100644 index 0000000..5bba67f Binary files /dev/null and b/www/images/logo.psd differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
