]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Proper location ...
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 13:27:25 +0000 (15:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 13:27:25 +0000 (15:27 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/bye.xhtml
web/errorHandler.xhtml

index 5fa74e36b2af1d418e9c733e0d99d02d0bcfd268..c8ba5d948db8863d1242c07bf3ba753dc1f03193 100644 (file)
@@ -21,7 +21,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">
@@ -44,6 +44,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>
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>