1. Html syntax fix. - there is no <body> starts and, <body> should not be ended because, XE will end the <body>.

2. jQuery index fix. - compatibility issue.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11573 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-10-02 08:40:24 +00:00
parent d8cf4703b7
commit 305e0fe7fb

View file

@ -4,7 +4,7 @@
<load target="css/Orange/layout.css" cond="$layout_info->colorset=='orange'" />
<load target="css/nGreenA/layout.css" cond="$layout_info->colorset=='ngreena'" />
<load target="css/nGreenB/layout.css" cond="$layout_info->colorset=='ngreenb'" />
<load target="../../common/js/jquery.min.js" index="-1" />
<load target="../../common/js/jquery.min.js" index="-1000000" />
<load target="js/layout.js" />
<div class="skip"><a href="#ct">Skip to Content</a></div>
<header class="lo_head">
@ -48,5 +48,3 @@
</ul>
<p class="cr">{$layout_info->footer_title}</p>
</footer>
</body>
</html>