From 9f6a9923903c6747ffce94ea2335d9218b12a7ad Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Mon, 17 Dec 2018 21:31:38 +0100 Subject: [PATCH] Fix staticPrefix param --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm index 3d29c1e6b..001eadab2 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/Register.pm @@ -400,7 +400,7 @@ sub _register { sub display { my ( $self, $req ) = @_; my %templateParams = ( - SKIN_PATH => '/static', + SKIN_PATH => $self->conf->{staticPrefix}, SKIN => $self->p->getSkin($req), SKIN_BG => $self->conf->{portalSkinBackground}, MAIN_LOGO => $self->conf->{portalMainLogo},