mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
issue 1309 fixed bug in image gallery with IE8.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0c586d4d10
commit
3a57aab83e
3 changed files with 20 additions and 13 deletions
|
|
@ -43,15 +43,6 @@
|
|||
{Context::getHtmlHeader()}
|
||||
</head>
|
||||
<body{Context::getBodyClass()}>
|
||||
|
||||
{Context::getBodyHeader()}
|
||||
|
||||
{$content}
|
||||
|
||||
{Context::getHtmlFooter()}
|
||||
<!-- ETC -->
|
||||
<div class="wfsr"></div>
|
||||
{@$ssl_actions=Context::getSSLActions()}
|
||||
<script type="text/javascript"|cond="$db_info->use_html5!='Y'">
|
||||
//<![CDATA[
|
||||
var current_url = "{$current_url}";
|
||||
|
|
@ -66,6 +57,15 @@
|
|||
<block cond="Context::get('_use_ssl') && Context::get('_use_ssl') == 'always'">var enforce_ssl = true;</block>
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
{Context::getBodyHeader()}
|
||||
|
||||
{$content}
|
||||
|
||||
{Context::getHtmlFooter()}
|
||||
<!-- ETC -->
|
||||
<div class="wfsr"></div>
|
||||
{@$ssl_actions=Context::getSSLActions()}
|
||||
{@ $js_body_files = Context::getJsFile('body') }
|
||||
<block loop="$js_body_files => $key, $js_file">
|
||||
<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]></block><script type="text/javascript"|cond="$db_info->use_html5!='Y'" src="{$js_file['file']}"></script><block cond="$js_file['targetie']"><![endif]--></block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue