Commit: c293ee10723cbe38342afbfc4c536eb4ffd469a6 Author: Arnaud Lemercier <[email protected]> Mon, 24 Jul 2017 00:48:44 +0200 Parents: 9c7d103d0d9843a0c7bce66b9dfc6e59f5550200 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=c293ee10723cbe38342afbfc4c536eb4ffd469a6 Log: Load the PHP SVG logo from official server to bypass the content-type problem Changed paths: M common.php Diff: diff --git a/common.php b/common.php index 542fbaf..8d776d4 100644 --- a/common.php +++ b/common.php @@ -34,7 +34,7 @@ function head($title="PHP Mailing Lists (PHP News)") { <body> <header class="header"> <nav class="header-inner"> - <a href="/" class="header-brand"><img src="/i/php-logo.svg" class="header-brand-img" alt="PHP" height="24" width="48"><span class="header-brand-text">lists</span></a><ul class="header-menu"> + <a href="/" class="header-brand"><img src="http://php.net/images/logos/php-logo.svg" class="header-brand-img" alt="PHP" height="24" width="48"><span class="header-brand-text">lists</span></a><ul class="header-menu"> <li class="header-menu-item"><a class="header-menu-item-link" href="http://php.net/downloads.php">Downloads</a></li> <li class="header-menu-item"><a class="header-menu-item-link" href="http://php.net/docs.php">Documentation</a></li> <li class="header-menu-item"><a class="header-menu-item-link" href="http://php.net/get-involved.php">Get Involved</a></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
