diff options
Diffstat (limited to 'langs')
-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') { |