Created
May 10, 2011 00:47
-
-
Save ejknapp/963736 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ include file="/WEB-INF/jsp/fragments/doctype.jsp" %> | |
<c:set var="pageTitle" scope="page" value="title" /> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<%@ include file="/WEB-INF/jsp/fragments/head-tag.jsp" %> | |
<body> | |
<%@ include file="/WEB-INF/jsp/fragments/header.jsp" %> | |
<div id="content"> | |
<%@ include file="/WEB-INF/jsp/content-.jsp" %> | |
<%@ include file="/WEB-INF/jsp/fragments/menu.jsp" %> | |
</div> | |
<%@ include file="/WEB-INF/jsp/fragments/footer.jsp" %> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment