aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index 5e16e1fad..2cc908669 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -173,6 +173,11 @@
'C' => 'for-pc/index.php',
'D' => 'for-server/index.php',
);
+ } else if ($link == 'documentation') {
+ $mga = array(
+ 'doc' => 'doc/index.php',
+ 'archive' => 'doc/archive.php',
+ );
} else {
$mga = array(
'view page' => $link,