Skip to content

Commit 6fe86bc

Browse files
committed
Cleaner background color of the logo
1 parent d73ba5b commit 6fe86bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

images/php_2012.jpg

8.1 KB
Loading

include/layout.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function site_header($title = '', $config = array())
223223
<body{$onload}>
224224
225225
<div id="headnav">
226-
<a href="/" rel="home"><img src="{$_SERVER['STATIC_ROOT']}/images/php_konami.gif"
226+
<a href="/" rel="home"><img src="{$_SERVER['STATIC_ROOT']}/images/php_2012.jpg"
227227
alt="PHP" width="120" height="67" id="phplogo" /></a>
228228
<div id="headmenu">
229229
<a href="/downloads.php">downloads</a> |

0 commit comments

Comments
 (0)