mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
Script와 CSS 로딩 순서 변경 (이유 : by Google PageSpeed 애드온 http://code.google.com/intl/ko-KR/speed/page-speed/docs/rtt.html#PutStylesBeforeScripts )
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0d84317912
commit
f3996d9f58
1 changed files with 10 additions and 11 deletions
|
|
@ -19,17 +19,6 @@
|
|||
<!--@end-->
|
||||
<meta http-equiv="imagetoolbar" content="no" />
|
||||
<title>{Context::getBrowserTitle()}</title>
|
||||
{@ $js_files = Context::getJsFile() }
|
||||
<!--@foreach($js_files as $key => $js_file)-->
|
||||
<!--@if($js_file['targetie'])-->
|
||||
<!--[if {$js_file['targetie']}]>
|
||||
<!--@end-->
|
||||
<script type="text/javascript" src="{$js_file['file']}"></script>
|
||||
<!--@if($js_file['targetie'])-->
|
||||
<![endif]-->
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
{@ $css_files = Context::getCssFile() }
|
||||
<!--@foreach($css_files as $key => $css_file)-->
|
||||
<!--@if($css_file['targetie'])-->
|
||||
|
|
@ -40,6 +29,16 @@
|
|||
<![endif]-->
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
{@ $js_files = Context::getJsFile() }
|
||||
<!--@foreach($js_files as $key => $js_file)-->
|
||||
<!--@if($js_file['targetie'])-->
|
||||
<!--[if {$js_file['targetie']}]>
|
||||
<!--@end-->
|
||||
<script type="text/javascript" src="{$js_file['file']}"></script>
|
||||
<!--@if($js_file['targetie'])-->
|
||||
<![endif]-->
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@if($rss_url)-->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{$rss_url}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom" href="{$atom_url}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue