From 4f7d30581ae18ed826df67118e8929045730f5f8 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Jun 2016 18:39:01 +0200 Subject: adding common footer to our l10n report --- langs/report.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'langs/report.php') diff --git a/langs/report.php b/langs/report.php index 3641b2ccb..bb14bd3e6 100644 --- a/langs/report.php +++ b/langs/report.php @@ -147,6 +147,8 @@ 'view page A' => '', 'B' => 'community/', ); + } else if ($resource_filename == 'common_footer') { + $mga = array('view footer of page' => ''); } 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') { -- cgit v1.2.1