From a22b617f8c9dc7ecbdd82336569b979ad357a8c2 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 22 Mar 2014 16:53:04 +0000 Subject: cauldron page added to the report page --- langs/report.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'langs') 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', -- cgit v1.2.1