renamed page fragments to have fragment prefix
This commit is contained in:
parent
d6bd76e408
commit
b84f583d1c
6 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<jsp:include page="header.jsp" />
|
||||
<jsp:include page="fragment_header.jsp" />
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
@ -34,4 +34,4 @@
|
|||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<jsp:include page="footer.jsp" />
|
||||
<jsp:include page="fragment_footer.jsp" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue