diff options
author | Filip Komar <filip@mageia.org> | 2014-01-28 19:12:57 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-01-28 19:12:57 +0000 |
commit | 8111ff3796a37c43e553c732ff18c59a4bc52443 (patch) | |
tree | 82434543de8f6338a9f96288964341348568f0d2 | |
parent | e560c751132d5dc7c962ae0604ef1e17708c5b62 (diff) | |
download | www-8111ff3796a37c43e553c732ff18c59a4bc52443.tar www-8111ff3796a37c43e553c732ff18c59a4bc52443.tar.gz www-8111ff3796a37c43e553c732ff18c59a4bc52443.tar.bz2 www-8111ff3796a37c43e553c732ff18c59a4bc52443.tar.xz www-8111ff3796a37c43e553c732ff18c59a4bc52443.zip |
report page prepared for doc and archive page
-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 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, |