aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/Page.pm12
1 files changed, 1 insertions, 11 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 4c83c4966..391926b4f 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -401,21 +401,11 @@ sub footer {
my $pc = $q->param('pc') || '';
$pc = '?pc=' . URI::Escape::uri_escape_utf8($pc) if $pc;
- %params = (
- %params,
- # navigation => _('Navigation'),
- # report => _("Report a problem"),
- # reports => _("All reports"),
- # alerts => _("Local alerts"),
- # help => _("Help"),
- # contact => _("Contact"),
- pc => $pc,
- );
+ %params = ( %params, pc => $pc, );
my $html = tt2_template_include( 'footer.html', $q, \%params );
return $html;
-
}
=item error_page Q MESSAGE