diff options
Diffstat (limited to 'site/download/index.php')
-rw-r--r-- | site/download/index.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/site/download/index.php b/site/download/index.php index 2dc260a..0380fd5 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -44,7 +44,7 @@ <p><?php echo gettext("Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here."); ?></p> <ul class="l"> - <li><a href="#http"><?php echo gettext("HTTP mirrors"); ?></a></li> + <li><a href="#archives"><?php echo gettext("Archived releases"); ?></a></li> <li><a href="#mirror"><?php echo gettext("Rsync mirrors"); ?></a></li> <li><a href="#git"><?php echo gettext("Git repositories (development)"); ?></a></li> </ul> @@ -84,9 +84,9 @@ </div> - <div class="s" id="http"> + <div class="s" id="archives"> - <h1><?php echo gettext("HTTP mirrors (releases)"); ?></h1> + <h1><?php echo gettext("Archived releases"); ?></h1> <p> <?php echo gettext("These releases are more rigorously tested."); ?> @@ -106,10 +106,12 @@ <?php echo gettext("Release date:"); ?> <?php echo $lbRelease[0][0][1]; ?>. </b> </p> + + <h2 id="http">HTTP mirrors</h2> <?php - /* show HTTP mirrors */ - echo list_items($lbHttpMirror, gettext("HTTP mirrors not added yet."),0,count($lbHttpMirror)); + /* show HTTP mirrors */ + echo list_items($lbHttpMirror, gettext("HTTP mirrors not added yet."),0,count($lbHttpMirror)); ?> <h2 id="ftp">FTP mirrors</h2> <?php |