Commit: 375ac92d17df098799ff68ed2906201c6ad18188 Author: Paul Dragoonis <[email protected]> Tue, 25 Jun 2013 21:54:29 +0100 Parents: a9fd0962814ff34f142cf491665a2a64a8282386 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=375ac92d17df098799ff68ed2906201c6ad18188 Log: Adding a href to the downloads page Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index cfdbbf4..ea0f507 100644 --- a/include/header.inc +++ b/include/header.inc @@ -149,7 +149,7 @@ if (isset($shortname) && $shortname) { <div class="children-2"> <dl> - <dt>Current Releases</dt> + <dt><a href="/downloads.php" title="Current Releases">Current Releases</a></dt> <dd><a href="http://php.net/downloads.php#5.5" title="PHP 5.5">PHP 5.5</a></dd> <dd><a href="http://php.net/downloads.php#5.4" title="PHP 5.4">PHP 5.4</a></dd> <dd><a href="http://php.net/downloads.php#5.3" title="PHP 5.3">PHP 5.3</a></dd> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
