aboutsummaryrefslogtreecommitdiffstats
path: root/en/support
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-08-06 13:49:27 +0200
committerfilip <filip.komar@gmail.com>2016-08-06 13:49:27 +0200
commit42784027ccc0116ea1ce8a117e392f9b0e9f0e75 (patch)
treedbf68fd3c75bd15b9ad9bf160ca1d53075cf39e0 /en/support
parent03bfc026d9ada0699cff866e74a56eda71b6c027 (diff)
downloadwww-42784027ccc0116ea1ce8a117e392f9b0e9f0e75.tar
www-42784027ccc0116ea1ce8a117e392f9b0e9f0e75.tar.gz
www-42784027ccc0116ea1ce8a117e392f9b0e9f0e75.tar.bz2
www-42784027ccc0116ea1ce8a117e392f9b0e9f0e75.tar.xz
www-42784027ccc0116ea1ce8a117e392f9b0e9f0e75.zip
Make main wiki page link localisable mga#19114
Diffstat (limited to 'en/support')
-rw-r--r--en/support/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php
index fd298062c..58b0133dd 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -38,7 +38,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
_g('Documentation', null, 'h2 id="docu"');
_g('You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s.',
array('<a href="../doc/">', '</a>',
- '<a href="https://wiki.mageia.org/">', '</a>'), 'p');
+ '<a href="' . _r('https://wiki.mageia.org') . '">', '</a>'), 'p');
echo '<hr>';
_g('Updates', null, 'h2 id="updates"');
// _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/4.html">Mageia 4</a>', '<a href="//advisories.mageia.org/5.html">Mageia 5</a>'), 'p');