From 5107a77f130ab67fd70b54ef7f6a6f94220713af Mon Sep 17 00:00:00 2001 From: Roland Haeder <roland@mxchange.org> Date: Thu, 15 Oct 2015 19:44:58 +0200 Subject: [PATCH] Also allow guest menu here, too. --- web/login/login_show_addressbook.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/login/login_show_addressbook.xhtml b/web/login/login_show_addressbook.xhtml index ee341561..6732b432 100644 --- a/web/login/login_show_addressbook.xhtml +++ b/web/login/login_show_addressbook.xhtml @@ -13,7 +13,7 @@ </f:viewParam> </f:metadata> - <ui:composition template="/WEB-INF/templates/login/login_base.tpl"> + <ui:composition template="/WEB-INF/templates/#{loginController.templateType}/#{loginController.templateType}_base.tpl"> <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_SHOW_ADDRESSBOOK}</ui:define> <ui:define name="content_header"> -- 2.39.5