aboutsummaryrefslogtreecommitdiffstats
path: root/downloads.php
diff options
context:
space:
mode:
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/downloads.php b/downloads.php
index 0e0b0f592..bad7f189f 100644
--- a/downloads.php
+++ b/downloads.php
@@ -45,8 +45,8 @@ foreach ($prods as $k => $p) {
$iso = sprintf('%s-%s', $glob['prefix'], $k);
- $dl_link = sprintf('/en/downloads/dl.php?product=%s', $iso);
- $bt_link = sprintf('/en/downloads/dl.php?product=%s&torrent=1', $iso);
+ $dl_link = sprintf('/%s/downloads/dl.php?product=%s', $locale, $iso);
+ $bt_link = sprintf('/%s/downloads/dl.php?product=%s&torrent=1', $locale, $iso);
$pop = rand(0,5);
$s .= sprintf($tmpl,
'', //($i == 0) ? ' class="reco"' : '',