DTD switching. html5.js, respond.min.js added.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8753 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-11 06:33:05 +00:00
parent c4a64631b1
commit e4085a87ee
2 changed files with 8 additions and 2 deletions

View file

@ -48,7 +48,7 @@
<!--@end-->
<!--@end-->
<script type="text/javascript" src="../js/html5.js" cond="$db_info->use_html5=='Y'"></script>
<!--[if lt IE 9]><script type="text/javascript" src="../js/respond.min.js"></script><![endif]-->
<!--@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}" />
@ -83,7 +83,7 @@
{Context::getHtmlFooter()}
<div id="waitingforserverresponse"></div>
<div id="nowInProgress"></div>
{@ $js_body_files = Context::getJsFile('body') }
<!--@foreach($js_body_files as $key => $js_file)-->