diff options
author | filip <filip.komar@gmail.com> | 2016-06-28 18:39:01 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-28 18:39:01 +0200 |
commit | 4f7d30581ae18ed826df67118e8929045730f5f8 (patch) | |
tree | 80343b316869d9af710849a5f135bcdbb0bae7cb /langs | |
parent | b94cc15d5417ea8a8ce1de0f5f7b03abea2f0db1 (diff) | |
download | www-4f7d30581ae18ed826df67118e8929045730f5f8.tar www-4f7d30581ae18ed826df67118e8929045730f5f8.tar.gz www-4f7d30581ae18ed826df67118e8929045730f5f8.tar.bz2 www-4f7d30581ae18ed826df67118e8929045730f5f8.tar.xz www-4f7d30581ae18ed826df67118e8929045730f5f8.zip |
adding common footer to our l10n report
Diffstat (limited to 'langs')
-rw-r--r-- | langs/report.php | 2 |
1 files changed, 2 insertions, 0 deletions
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') { |