]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/WEB-INF/templates/admin/admin_base.tpl
Continued:
[addressbook-war.git] / web / WEB-INF / templates / admin / admin_base.tpl
index 0305ff96fc4990c3f36cfe48ddadcc8e3fec7188..d405786f1e3be729427ddd5415412c421a0dc125 100644 (file)
@@ -8,4 +8,12 @@
        <!--
        TODO: Add something here that should be displayed on all admin pages
        //-->
+
+       <ui:define name="menu">
+               <ui:include id="menu" class="admin_menu" src="/WEB-INF/templates/admin/admin_menu.tpl" />
+       </ui:define>
+
+       <ui:define name="footer">
+               <ui:include id="footer" class="admin_footer" src="/WEB-INF/templates/admin/admin_footer.tpl" />
+       </ui:define>
 </ui:composition>