aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-03-22 16:53:04 +0000
committerFilip Komar <filip@mageia.org>2014-03-22 16:53:04 +0000
commita22b617f8c9dc7ecbdd82336569b979ad357a8c2 (patch)
treefe3c6952849b40306cec252a3c472f6a7929d083 /langs/report.php
parentb9c21e9d0f05cf30373ad659b26949a6f1735c0f (diff)
downloadwww-a22b617f8c9dc7ecbdd82336569b979ad357a8c2.tar
www-a22b617f8c9dc7ecbdd82336569b979ad357a8c2.tar.gz
www-a22b617f8c9dc7ecbdd82336569b979ad357a8c2.tar.bz2
www-a22b617f8c9dc7ecbdd82336569b979ad357a8c2.tar.xz
www-a22b617f8c9dc7ecbdd82336569b979ad357a8c2.zip
cauldron page added to the report page
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index 76f2ad86e..e3f1099ab 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -191,6 +191,10 @@
'A' => '4/index.php',
'B' => '4/download_index.php',
);
+ } else if ($link == 'cauldron') {
+ $mga = array(
+ 'view page' => '5/download_index.php',
+ );
} else if ($link == 'documentation') {
$mga = array(
'doc' => 'doc/index.php',