1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Link the supported versions page from some appropriate places.

This commit is contained in:
Adam Harvey
2014-10-28 09:45:59 -07:00
parent 359f4a374c
commit 33d5508c08
3 changed files with 17 additions and 2 deletions

View File

@@ -55,6 +55,14 @@ GPG
);
$SIDEBAR_DATA = '
<div class="panel">
<a href="/supported-versions.php">Supported Versions</a>
<div class="body">
Check the <a href="/supported-versions.php">supported versions</a> page for
more information on the support lifetime of each version of PHP.
</div>
</div>
<p class="panel"><a href="download-docs.php">Documentation download</a></p>
<p class="panel"><a href="download-logos.php">PHP logos</a></p>

View File

@@ -23,8 +23,8 @@ site_header('Unsupported Branches');
<p>
This page lists the end of life date for each unsupported branch of PHP. If
you are using these releases, you are strongly urged to upgrade to
<a href="/downloads">a current version</a>, as using older versions may
expose you to security vulnerabilities and bugs that have been fixed in
<a href="/supported-versions">a current version</a>, as using older versions
may expose you to security vulnerabilities and bugs that have been fixed in
more recent versions of PHP.
</p>

View File

@@ -72,6 +72,13 @@ krsort($eol);
$eol = implode('', array_slice($eol, 0, 2));
$SIDEBAR_DATA = '
<div class="panel">
<a class="headline" href="/supported-versions.php">Supported Versions</a>
<div class="body">
Check the <a href="/supported-versions.php">supported versions</a> page for
more information on the support lifetime of each version of PHP.
</div>
</div>
<div class="panel">
<a class="headline" href="/eol.php">End of Life Dates</a>