aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/doc/index.php')
-rw-r--r--en/doc/index.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/en/doc/index.php b/en/doc/index.php
index 25ffbfaf7..94512db55 100644
--- a/en/doc/index.php
+++ b/en/doc/index.php
@@ -31,17 +31,15 @@ require 'doc.php';
<hr>
<h3>Mageia 4</h3>
<div style="float: left; margin: 2em;">
- <h4><?php _e('Installer')?></h4>
<p style="margin-left: 2em;"><?php
- doc_list($mga4_installer, '<a href="//doc.mageia.org/installer/4/%s/content/index.html">HTML</a>',
+ doc_list(_t('Installer'), $mga4_installer, '<a href="//doc.mageia.org/installer/4/%s/content/index.html">HTML</a>',
'<a href="//doc.mageia.org/installer/4/%s/content/index.html">EPUB</a>',
'<a href="//doc.mageia.org/installer/4/%s/content/index.html">PDF</a>');
?></p>
</div>
<div style="float: right; margin: 2em;">
- <h4><?php _e('Control Center')?></h4>
<p style="margin-left: 2em;"><?php
- doc_list($mga4_control_center, '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">HTML</a>',
+ doc_list(_t('Control Center'), $mga4_control_center, '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">HTML</a>',
'<a href="//doc.mageia.org/mcc/4/%s/content/index.html">EPUB</a>',
'<a href="//doc.mageia.org/mcc/4/%s/content/index.html">PDF</a>');
?></p>
@@ -49,15 +47,13 @@ require 'doc.php';
<hr style="clear: both;">
<h3>Mageia 3</h3>
<div style="float: left; margin: 2em;">
- <h4><?php _e('Installer')?></h4>
<p style="margin-left: 2em;"><?php
- doc_list($mga3_installer, '<a href="//doc.mageia.org/installer/3/%s/content/index.html">HTML</a>');
+ doc_list(_t('Installer'), $mga3_installer, '<a href="//doc.mageia.org/installer/3/%s/content/index.html">HTML</a>');
?></p>
</div>
<div style="float: right; margin: 2em;">
- <h4><?php _e('Control Center')?></h4>
<p style="margin-left: 2em;"><?php
- doc_list($mga3_control_center, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">HTML</a>');
+ doc_list(_t('Control Center'), $mga3_control_center, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">HTML</a>');
?></p>
</div>
</div>