copyright is now in it's own tag file

pull/59/head
Michael Jett 2012-03-08 15:52:52 -05:00
parent f4129ec085
commit c925a18a04
2 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
<footer>
<p>&copy; Company 2012</p>
</footer>

View File

@ -1,6 +1,5 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %>
<%@ page session="false" %>
<o:header title="welcome" />
<o:topbar/>
@ -57,9 +56,7 @@
</div>
</div>
<footer>
<p>&copy; Company 2012</p>
</footer>
<o:copyright/>
</div>
</div>
<o:footer/>