diff options
author | Filip Komar <filip@mageia.org> | 2013-04-03 15:18:16 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-04-03 15:18:16 +0000 |
commit | 2866b52472e4a0a15084d61067f14165971038ec (patch) | |
tree | 42ba566fa454b2368bc613778fa19083888b427b | |
parent | b54288ccab595d53cc9d27d25e41f5c2b559800d (diff) | |
download | www-2866b52472e4a0a15084d61067f14165971038ec.tar www-2866b52472e4a0a15084d61067f14165971038ec.tar.gz www-2866b52472e4a0a15084d61067f14165971038ec.tar.bz2 www-2866b52472e4a0a15084d61067f14165971038ec.tar.xz www-2866b52472e4a0a15084d61067f14165971038ec.zip |
torrents back on
-rw-r--r-- | en/3/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en/3/index.php b/en/3/index.php index 1cd6d7ad7..41115e585 100644 --- a/en/3/index.php +++ b/en/3/index.php @@ -66,7 +66,7 @@ _lang_load($locale, '3'); <th><?php _e('Format');?></th> <th class="size"><?php _e('size');?></th> <th><?php _e('link');?></th> -<?php /* <th><?php _e('BitTorrent');?></th> */ ?> + <th><?php _e('BitTorrent');?></th> </tr> </thead> <tbody> @@ -76,15 +76,15 @@ _lang_load($locale, '3'); <td class="size">4.0GB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso"><?php _e('32bit');?></a><br> <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso"><?php _e('64bit');?></a></td> -<?php /* <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> - <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> */ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> + <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> </tr> <tr> <th class="name"><?php _e('Installer CD')?><br> <span class="dlinfo"><?php _e('100% Free Software')?></span></th> <td class="size">700MB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso"><?php _e('dualarch')?></a></td> -<?php /* <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso&torrent=1"><?php _e('dualarch')?></a></td> */ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso&torrent=1"><?php _e('dualarch')?></a></td> </tr> <tr><td colspan="4"> </td></tr> <?php /* |