diff options
author | filip <filip.komar@gmail.com> | 2020-05-20 18:38:51 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-05-20 18:38:51 +0200 |
commit | fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943 (patch) | |
tree | 1b1583ddb3be3424bd55aea2ab40638be01822c9 /en/doc | |
parent | 321e4fe41731657b30a8cfad73a56300132415e5 (diff) | |
download | www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.gz www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.bz2 www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.xz www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.zip |
fixed some leftovers for mga6 support
Diffstat (limited to 'en/doc')
-rw-r--r-- | en/doc/archive.php | 16 | ||||
-rw-r--r-- | en/doc/index.php | 15 |
2 files changed, 16 insertions, 15 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index 2211eaf52..c80abf8d1 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -27,6 +27,22 @@ require 'doc.php'; <?php _g('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> + <h3>Mageia 6</h3> + <div class="row"> + <div class="col"> + <?php doc_list(_r('Installer'), 'installer', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Control Center'), 'control_center', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Network installation'), 'netinstall', 6); ?> + </div> + </div> + <hr> <h3>Mageia 5</h3> <div class="row"> <div class="col"> diff --git a/en/doc/index.php b/en/doc/index.php index b25beeaad..38e381c7d 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -47,21 +47,6 @@ require 'doc.php'; </div> </div> <hr> - <h3>Mageia 6</h3> - <div class="row"> - <div class="col"> - <?php doc_list(_r('Installer'), 'installer', 6); ?> - </div> - <div class="col"> - <?php doc_list(_r('Control Center'), 'control_center', 6); ?> - </div> - <div class="col"> - <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?> - </div> - <div class="col"> - <?php doc_list(_r('Network installation'), 'netinstall', 6); ?> - </div> - </div> </div> </div> </div> |