Show lang flags with redirect template

This commit is contained in:
Christophe Maudoux 2020-03-02 14:30:58 +01:00
parent 7a27a90492
commit 903d3540e4

View File

@ -185,6 +185,7 @@ sub display {
$skinfile = "redirect";
%templateParams = (
MAIN_LOGO => $self->conf->{portalMainLogo},
LANGS => $self->conf->{showLanguages},
URL => $req->{urldc},
HIDDEN_INPUTS => $self->buildHiddenForm($req),
FORM_METHOD => $req->data->{redirectFormMethod} || 'get',