diff options
Diffstat (limited to 'langs/report.php')
-rw-r--r-- | langs/report.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php index a8a1cab82..9fb93988f 100644 --- a/langs/report.php +++ b/langs/report.php @@ -130,6 +130,11 @@ 'view page A' => '4/index.php', 'B' => '4/download_index.php', ); + } else if ($resource_filename == '5') { + $mga = array( + 'view page A' => '5_preview/index.php', + 'B' => '5_preview/download_index.php', + ); } else if ($resource_filename == 'cauldron') { $mga = array('view page' => '5/download_index.php'); } else if ($resource_filename == 'documentation') { |