updated include path for footer.jsp, identity.jsp and menu.jsp to reflect their new location in the vitro core
This commit is contained in:
parent
5bb4b7794f
commit
3734b16d1c
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<jsp:include page="/${themeDir}jsp/identity.jsp" flush="true"/>
|
<jsp:include page="/templates/page/freemarkerTransition/identity.jsp" flush="true"/>
|
||||||
<div id="contentwrap">
|
<div id="contentwrap">
|
||||||
<jsp:include page="/${themeDir}jsp/menu.jsp" flush="true"/>
|
<jsp:include page="/templates/page/freemarkerTransition/menu.jsp" flush="true"/>
|
||||||
<div id="content" class="full">
|
<div id="content" class="full">
|
||||||
<div align="center">
|
<div align="center">
|
||||||
If you are a member of the Cornell community and would like to edit you profile
|
If you are a member of the Cornell community and would like to edit you profile
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- END div 'content' -->
|
<!-- END div 'content' -->
|
||||||
</div><!-- END div 'contentwrap' -->
|
</div><!-- END div 'contentwrap' -->
|
||||||
<jsp:include page="/${themeDir}jsp/footer.jsp" flush="true"/>
|
<jsp:include page="/templates/page/freemarkerTransition/footer.jsp" flush="true"/>
|
||||||
</div><!-- END div 'wrap' -->
|
</div><!-- END div 'wrap' -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue