aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/archive.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-01-21 02:15:17 +0000
committerFilip Komar <filip@mageia.org>2014-01-21 02:15:17 +0000
commit24779c5b13e6c1830462169c36fec6d888cc2949 (patch)
tree34450d517eb3685ec5cf59ce1f1a962181c662e3 /en/doc/archive.php
parentdc811306a35d9ecb3625e2d6126f20e603f54016 (diff)
downloadwww-24779c5b13e6c1830462169c36fec6d888cc2949.tar
www-24779c5b13e6c1830462169c36fec6d888cc2949.tar.gz
www-24779c5b13e6c1830462169c36fec6d888cc2949.tar.bz2
www-24779c5b13e6c1830462169c36fec6d888cc2949.tar.xz
www-24779c5b13e6c1830462169c36fec6d888cc2949.zip
doc entry page converted to table
Diffstat (limited to 'en/doc/archive.php')
-rw-r--r--en/doc/archive.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index f0c66e2ec..61264ad2e 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -9,14 +9,14 @@ require 'doc.php';
<html lang="<?php echo $locale; ?>" dir="ltr">
<head>
<meta charset="utf-8">
- <title><?php _e("Mageia Documentation's Archive")?></title>
+ <title><?php _e('Mageia Documentation\'s Archive')?></title>
<meta name="description" content="<?php _e('Old documentation for Mageia distribution and its tools.')?>">
<meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
<link rel="stylesheet" href="/g/style/all.css" type="text/css">
</head>
<body class="doc">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e("Mageia Documentation's Archive")?></h1>
+ <h1 id="mgnavt"><?php _e('Mageia Documentation\'s Archive')?></h1>
<div id="doc" class="yui-t7">
<div id="bd" role="main">
<div class="yui-g">
@@ -27,9 +27,8 @@ require 'doc.php';
<hr>
<h3>Mageia 2</h3>
<div style="float: left; margin: 2em;">
- <h4><?php _e('Installer')?></h4>
<p><?php
- doc_list($mga2_installer, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">%s</a>');
+ doc_list(_t('Installer'), $mga2_installer, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">HTML</a>');
?></p>
</div>
</div>