Commit: 610654abb17e7f74eaf5ce7af2dca222ecfce27b Author: Christoph M. Becker <[email protected]> Wed, 2 Oct 2019 10:19:57 +0200 Parents: 35516acbbb6021dcb3dd4432c02e6096b9c06700 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=610654abb17e7f74eaf5ce7af2dca222ecfce27b Log: Add prominent link to archives on download page Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 0aff877..75f2413 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -117,6 +117,9 @@ include TPL_PATH . 'left_column.php'; <?php } ?> </select> +<?php if ($mode == 'releases'):?> + <br><br><a href="https://windows.php.net/downloads/releases/archives/">Past releases</a> +<?php endif?> </div><!-- .info --> <span class="corners-bottom"><span></span></span> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
