diff options
Diffstat (limited to 'en/8/download_index.php')
-rw-r--r-- | en/8/download_index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en/8/download_index.php b/en/8/download_index.php index 6880b0f1e..3786416a6 100644 --- a/en/8/download_index.php +++ b/en/8/download_index.php @@ -5,8 +5,8 @@ $version = '8'; $versionOld = ''; //if version for classical iso differ to livecd $release = ''; $torrentavailable=true; -$classical=false; -$live=false; +$classical=true; +$live=true; define('HLANG', true); @@ -92,7 +92,6 @@ input[type="radio"], input[type="submit"], .popover-content { <h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1> <?php include '../8/nav.php'; ?> -<div class="bg-warning text-white p-3 container">WIP</div> <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> |