diff options
author | filip <filip.komar@gmail.com> | 2015-04-29 13:02:37 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-04-29 13:02:37 +0200 |
commit | 118e8672de841b22cd91bc978cdfe951ff75b966 (patch) | |
tree | 0ac05ad77f7ec38ac8f106093f68d5028c9b213f | |
parent | e1208ef9e63aeb33d71287db6cb7b36af2a79e81 (diff) | |
download | www-118e8672de841b22cd91bc978cdfe951ff75b966.tar www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.gz www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.bz2 www-118e8672de841b22cd91bc978cdfe951ff75b966.tar.xz www-118e8672de841b22cd91bc978cdfe951ff75b966.zip |
fix report to properly show target pages for news.po
-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 dfeb1d59f..a8a1cab82 100644 --- a/langs/report.php +++ b/langs/report.php @@ -137,6 +137,11 @@ 'view page doc' => 'doc/index.php', 'archive' => 'doc/archive.php', ); + } else if ($resource_filename == 'news') { + $mga = array( + 'view page A' => '', + 'B' => 'community/', + ); } else if ($resource_filename == 'about/constitution') { $constitution_results = aproximate_number_of_untranslated_constitution_lines(G_APP_ROOT, $l, $unique_lines_in_eng_constitution); if ($l == 'en') { |