]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/guest/guest_footer.tpl
removed double-redundant XML parsing instructions, (X)HTML doesn't want it anyway
[pizzaservice-war.git] / web / WEB-INF / templates / guest / guest_footer.tpl
index 2449e844d4e3a56fb29fe7f682019e44c97963ab..30b4b95f869a4ccead2208ee4d33d04829e4283e 100644 (file)
@@ -3,22 +3,30 @@
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
-       xmlns:ui="http://java.sun.com/jsf/facelets">
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
        <div class="footer">
                <ul class="footer_nav">
                        <li class="footer_link">
                                <h:link outcome="index" title="#{msg.LINK_GUEST_HOME_TITLE}" value="#{msg.LINK_GUEST_HOME}" />
                        </li>
+
+                       <li class="footer_link">
+                               <h:link outcome="user_resend_link" title="#{msg.LINK_GUEST_RESEND_LINK_TITLE}" value="#{msg.LINK_GUEST_RESEND_LINK}" />
+                       </li>
+
                        <li class="footer_link">
                                <h:link outcome="imprint" title="#{msg.LINK_GUEST_IMPRINT_TITLE}" value="#{msg.LINK_GUEST_IMPRINT}" />
                        </li>
+
                        <li class="footer_link">
                                <h:link outcome="terms" title="#{msg.LINK_GUEST_TERMS_TITLE}" value="#{msg.LINK_GUEST_TERMS}" />
                        </li>
+
                        <li class="footer_link">
                                <h:link outcome="privacy" title="#{msg.LINK_GUEST_PRIVACY_TITLE}" value="#{msg.LINK_GUEST_PRIVACY}" />
                        </li>
-                       <li class="footer_copyright">Copyright (c) 2015 by Roland Häder</li>
+
+                       <li class="footer_copyright">Copyright (c) 2016 by Roland Häder</li>
                </ul>
        </div>