aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/archive.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-06-28 22:45:38 +0200
committerfilip <filip.komar@gmail.com>2015-06-28 22:45:38 +0200
commitc5d0c2728c113f8e2364d501bed0e23f7748af27 (patch)
tree7811ae4d4bc3a122660a756321296983fb7f812e /en/doc/archive.php
parentfa8c21e1cd67ecea286f9e8bd8f652be338d61a6 (diff)
downloadwww-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar
www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.gz
www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.bz2
www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.xz
www-c5d0c2728c113f8e2364d501bed0e23f7748af27.zip
mga 5 pdf and epub documenation files added + improvements:
- more clear page - links added only for present pdf and epub files - function doc_list improved and cleaned
Diffstat (limited to 'en/doc/archive.php')
-rw-r--r--en/doc/archive.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index 387a4cd06..9aff8cc64 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -29,19 +29,19 @@ require 'doc.php';
<h3>Mageia 3</h3>
<div style="float: left; margin: 1em; width: 24em;">
<p style="margin-left: 2em;"><?php
- doc_list(_r('Installer'), 'installer', 3, '<a href="//doc.mageia.org/installer/3/%s/content/index.html">HTML</a>');
+ doc_list(_r('Installer'), 'installer', 3);
?></p>
</div>
<div style="float: right; margin: 1em; width: 24em;">
<p style="margin-left: 2em;"><?php
- doc_list(_r('Control Center'), 'control_center', 3, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">HTML</a>');
+ doc_list(_r('Control Center'), 'control_center', 3);
?></p>
</div>
<hr style="clear: both;">
<h3>Mageia 2</h3>
<div style="float: left; margin: 2em;">
<p><?php
- doc_list(_r('Installer'), 'installer', 2, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">HTML</a>');
+ doc_list(_r('Installer'), 'installer', 2);
?></p>
</div>
</div>