Commit: 4d3325ce7ba98b219634b8f0b7dc1a83e8f675d1 Author: Arnaud Lemercier <[email protected]> Fri, 21 Jul 2017 23:51:59 +0200 Parents: 21c430f7e59d16ca806fdbe005ba0ad8d50d3874 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=4d3325ce7ba98b219634b8f0b7dc1a83e8f675d1 Log: Rename "PHP news" to "PHP lists" on the logo Changed paths: M common.php Diff: diff --git a/common.php b/common.php index d03efe5..1eb6066 100644 --- a/common.php +++ b/common.php @@ -34,7 +34,7 @@ function head($title="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">news</span></a><ul class="header-menu"> + <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"> <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
