]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/errorHandler.xhtml
Added missing init() method + renamed localInit() -> genericInit()
[pizzaservice-war.git] / web / errorHandler.xhtml
index 62d3da890c91f6fa38d379696cea006dccb49c11..8d19de414f0d547f0f7fd4488a3aa763cc96a29d 100644 (file)
@@ -27,7 +27,7 @@
                        </div>
                </div>
 
-               <jsp:include page="/WEB-INF/static/guest/guest_menu.jsp" flush="false" />
+               <jsp:include page="/WEB-INF/templates/guest/guest_menu.jsp" flush="false" />
 
                <div id="content_outer">
                        <div id="content_title">
@@ -47,6 +47,6 @@
                        </div>
                </div>
 
-               <jsp:include page="/WEB-INF/static/guest/guest_footer.jsp" flush="false" />
+               <jsp:include page="/WEB-INF/templates/guest/guest_footer.jsp" flush="false" />
        </body>
 </html>