aboutsummaryrefslogtreecommitdiffstats
path: root/en/support/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-10-20 10:50:14 +0000
committerRomain d'Alverny <rda@mageia.org>2011-10-20 10:50:14 +0000
commit14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9 (patch)
tree205e932e2b5542ae3106d2a6ce2713b9fb583453 /en/support/index.php
parent3c5b0bdc72b49b67a6a02c802c8a7a9fa9b7cd42 (diff)
downloadwww-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.gz
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.bz2
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.tar.xz
www-14e948651eaad64ab8f3ff8a2c5e02cd0f2409b9.zip
Mention updates (en/fr; text pending a review)
Diffstat (limited to 'en/support/index.php')
-rw-r--r--en/support/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/en/support/index.php b/en/support/index.php
index 58d48e266..e8f427657 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -27,11 +27,17 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
<div class="para donate">
<div class="qsidesummary">
<ul>
+ <li><a href="#updates"><?php echo $_t['h2_updates']; ?></a></li>
<li><a href="#comm"><?php echo $_t['h2_comm_support']; ?></a></li>
<li><a href="#pro"><?php echo $_t['h2_pro_support']; ?></a></li>
<li><a href="#hw"><?php echo $_t['h2_hw_reqs']; ?></a></li>
</ul>
</div>
+ <h2 id="updates"><?php echo $_t['h2_updates']; ?></h2>
+ <p><?php echo sprintf($_t['updates_1'], '<a href="../1/">Mageia 1</a>'); ?></p>
+ <p><?php echo $_t['updates_3']; ?></p>
+ <p><?php echo sprintf($_t['updates_2'], '<a href="https://ml.mageia.org/wwsympa-wrapper.fcgi/info/updates-announce">updates-announce</a>'); ?></p>
+ <hr>
<h2 id="comm"><?php echo $_t['h2_comm_support']; ?></h2>
<p><?php echo $_t['comm_1']; ?></p>
<ul class="hl"><?php foreach ($_t['comm_list'] as $commi):