Committing files to VIVO. vivo-basic wasn't rendering property. Created page.ftl to property get the right style files.
This commit is contained in:
parent
1f01b95140
commit
b974e37445
5 changed files with 56 additions and 10 deletions
|
@ -81,9 +81,9 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
|
|||
<meta charset="utf-8" />
|
||||
<title>${title}</title>
|
||||
<link rel="stylesheet" href="<%=themeDir%>css/screen.css" />
|
||||
|
||||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||
<%-- ${headScripts.add("/js/html5.js")} --%>
|
||||
${ftl_stylesheets}
|
||||
${ftl_headScripts}
|
||||
|
||||
<c:if test="${!empty scripts}"><jsp:include page="${scripts}"/></c:if>
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue