Switched to use tags instead of include
This commit is contained in:
parent
5065c24f39
commit
f339582025
8 changed files with 59 additions and 38 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" tagdir="/WEB-INF/tags" %>
|
||||
|
||||
<jsp:include page="fragment_header.jsp" />
|
||||
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
|
||||
<t:header />
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
@ -37,4 +37,4 @@
|
|||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<jsp:include page="fragment_footer.jsp" />
|
||||
<t:footer />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue