diff options
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index ca6f09676..0e9dad056 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -56,7 +56,8 @@ function doc_list($languages, $link) <div class="yui-g"> <div class="para donate" style="padding-top: 2em;"> <h2><?php _e('Find your documentation')?></h2> - <p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?></p> + <p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?><br/> + <?php _e('(If no documentation is availlable in your language, try with the old versions <a href="archive.php">here</a>)')?></p> <hr> <h3>Mageia 3</h3> <div style="float: left; margin: 2em;"> @@ -73,15 +74,6 @@ function doc_list($languages, $link) doc_list($mga3_control_center, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">%s</a>'); ?></p> </div> - <hr style="clear: both;"> - <h3>Mageia 2</h3> - <div style="float: left; margin: 2em;"> - <h4><?php _e('Installer')?></h4> - <p><?php - $mga2_installer = array('de','el','en','eo','fr','nl','pt_br','uk'); - doc_list($mga2_installer, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">%s</a>'); - ?></p> - </div> </div> </div> </div> |