diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/download/index.php | 12 | ||||
-rw-r--r-- | site/index.php | 2 |
2 files changed, 8 insertions, 6 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 diff --git a/site/index.php b/site/index.php index f3aaaad..a1e21fc 100644 --- a/site/index.php +++ b/site/index.php @@ -73,7 +73,7 @@ <ul class="l"> <li><?php echo gettext("Other resources:"); ?></li> - <li><a href="download/#http"><?php echo gettext("Archived releases"); ?></a></li> + <li><a href="download/#archives"><?php echo gettext("Archived releases"); ?></a></li> <li><a href="download/#git"><?php echo gettext("Git repositories"); ?></a></li> <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li> </ul> |