copyright is now in it's own tag file
parent
f4129ec085
commit
c925a18a04
|
@ -0,0 +1,3 @@
|
||||||
|
<footer>
|
||||||
|
<p>© Company 2012</p>
|
||||||
|
</footer>
|
|
@ -1,6 +1,5 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %>
|
<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %>
|
||||||
<%@ page session="false" %>
|
|
||||||
|
|
||||||
<o:header title="welcome" />
|
<o:header title="welcome" />
|
||||||
<o:topbar/>
|
<o:topbar/>
|
||||||
|
@ -57,9 +56,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<o:copyright/>
|
||||||
<p>© Company 2012</p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<o:footer/>
|
<o:footer/>
|
||||||
|
|
Loading…
Reference in New Issue