mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
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:
parent
d8cf4703b7
commit
305e0fe7fb
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue