diff options
-rw-r--r-- | langs/report.php | 4 |
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', |