diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-09-19 17:59:53 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-09-19 17:59:53 +0200 |
commit | e8d05c5d17cab559c00030036cc278dfcdb1f23b (patch) | |
tree | 1a96b72d5e099c78e7e5e10a4731bbdfa4bc7fd9 /en | |
parent | cc6ef1391db957536b9ffd1460b6a72a659e98c7 (diff) | |
download | www-e8d05c5d17cab559c00030036cc278dfcdb1f23b.tar www-e8d05c5d17cab559c00030036cc278dfcdb1f23b.tar.gz www-e8d05c5d17cab559c00030036cc278dfcdb1f23b.tar.bz2 www-e8d05c5d17cab559c00030036cc278dfcdb1f23b.tar.xz www-e8d05c5d17cab559c00030036cc278dfcdb1f23b.zip |
- move mga4 documentation to archive
Diffstat (limited to 'en')
-rw-r--r-- | en/doc/archive.php | 10 | ||||
-rw-r--r-- | en/doc/index.php | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index 9aff8cc64..f67c870eb 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -26,6 +26,16 @@ require 'doc.php'; <p><?php _g('Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.')?><br/> <?php _g('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p> <hr> + <h3>Mageia 4</h3> + <div style="float: left; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php doc_list(_r('Installer'), 'installer', 4); + ?></p> + </div> + <div style="float: right; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 4); + ?></p> + </div> + <hr style="clear: both;"> <h3>Mageia 3</h3> <div style="float: left; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php diff --git a/en/doc/index.php b/en/doc/index.php index 2730d5bce..880b2549d 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -37,16 +37,6 @@ require 'doc.php'; <div style="float: right; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 5); ?></p> </div> - <hr style="clear: both;"> - <h3>Mageia 4</h3> - <div style="float: left; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php doc_list(_r('Installer'), 'installer', 4); - ?></p> - </div> - <div style="float: right; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 4); - ?></p> - </div> </div> </div> </div> |