]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/imprint.xhtml
fixed JNDI names
[pizzaservice-war.git] / web / imprint.xhtml
index 3bc7f24990d607cc3acf4c8a347bfa711dc9729e..c93385c8c7da065bbcaa86f6cff4e0be0372e9bd 100644 (file)
@@ -3,12 +3,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
-       <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="title">#{msg.PAGE_TITLE_INDEX_IMPRINT}</ui:define>
+       <ui:composition template="/WEB-INF/templates/#{loginController.templateType}/#{loginController.templateType}_base.tpl">
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_INDEX_IMPRINT}</ui:define>
 
                <ui:define name="content_header">
                        #{msg.CONTENT_TITLE_INDEX_IMPRINT}
@@ -17,9 +16,5 @@
                <ui:define name="content">
                        TODO: Hier kommt das Impressum hin!
                </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
-               </ui:define>
        </ui:composition>
 </html>