moving <script> for jquery into the vitro core and out of the themes
This commit is contained in:
parent
880fec4325
commit
b0b1e9670b
2 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
<#-- ${stylesheets.addFromTheme("/css/screen.css")} -->
|
<#-- ${stylesheets.addFromTheme("/css/screen.css")} -->
|
||||||
<#include "stylesheets.ftl">
|
<#include "stylesheets.ftl">
|
||||||
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||||
|
|
||||||
<#include "headScripts.ftl">
|
<#include "headScripts.ftl">
|
||||||
|
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
|
@ -249,7 +251,6 @@
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
${scripts.add("/js/jquery.js")}
|
|
||||||
${scripts.tags}
|
${scripts.tags}
|
||||||
|
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
<#-- ${stylesheets.addFromTheme("/css/screen.css")} -->
|
<#-- ${stylesheets.addFromTheme("/css/screen.css")} -->
|
||||||
|
|
||||||
<#include "stylesheets.ftl">
|
<#include "stylesheets.ftl">
|
||||||
|
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||||
|
|
||||||
<#include "headScripts.ftl">
|
<#include "headScripts.ftl">
|
||||||
|
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
|
@ -123,7 +125,6 @@
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script type="text/javascript" src="${urls.base}/js/jquery.js"></script>
|
|
||||||
${scripts.tags}
|
${scripts.tags}
|
||||||
|
|
||||||
<!--[if lt IE 7]>
|
<!--[if lt IE 7]>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue