Fix staticPrefix param

This commit is contained in:
Christophe Maudoux 2018-12-17 21:31:38 +01:00
parent d703c624b9
commit 9f6a992390

View File

@ -400,7 +400,7 @@ sub _register {
sub display { sub display {
my ( $self, $req ) = @_; my ( $self, $req ) = @_;
my %templateParams = ( my %templateParams = (
SKIN_PATH => '/static', SKIN_PATH => $self->conf->{staticPrefix},
SKIN => $self->p->getSkin($req), SKIN => $self->p->getSkin($req),
SKIN_BG => $self->conf->{portalSkinBackground}, SKIN_BG => $self->conf->{portalSkinBackground},
MAIN_LOGO => $self->conf->{portalMainLogo}, MAIN_LOGO => $self->conf->{portalMainLogo},