]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/exception.xhtml
Please cherry-pick:
[jjobs-war.git] / web / exception.xhtml
index 312b89a08bc16bb65c7c766e35a009d939d023f2..bdd0c2308a71beea76af206bce71efd5666ac361 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<ui:composition template="/WEB-INF/templates/guest/guest_base.tpl"
+<ui:composition template="/WEB-INF/templates/#{userLoginController.baseTemplatePathName}_base.tpl"
                                xmlns="http://www.w3.org/1999/xhtml"
                                xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
                                xmlns:h="http://xmlns.jcp.org/jsf/html"
@@ -9,6 +9,10 @@
                <h:outputText value="#{msg.PAGE_TITLE_EXCEPTION_THROWN}" />
        </ui:define>
 
+       <ui:define name="user_title">
+               <h:outputText value="#{msg.PAGE_TITLE_EXCEPTION_THROWN}" />
+       </ui:define>
+
        <ui:define name="content_header">
                <h:outputText value="#{msg.CONTENT_TITLE_EXCEPTION_THROWN}" />
        </ui:define>