]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/register.xhtml
Renamed after naming convention: admin_foo.xhtml in admin area, but foo.xhtml is...
[pizzaservice-war.git] / web / customer / register.xhtml
index 2faf5489f57b6d54759d29f1c40d6a6034b4ae12..60451b144eff16f56ada134f61a87e14664e5fd8 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_CUSTOMER_REGISTER}</ui:define>
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_REGISTER}</ui:define>
 
                <ui:define name="content_header">
                        #{msg.CONTENT_TITLE_CUSTOMER_REGISTER}
@@ -23,9 +22,5 @@
                                <ui:include src="/WEB-INF/templates/guest/guest_registration_form.tpl" />
                        </div>
                </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>