Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Code Fixed LocalCDN Options
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz3e committed Feb 22, 2015
1 parent f7b5ba3 commit 62e2a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s3tools/s3_head.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
<!--[if lt IE 9]>
<link href="<?php echo $dcTemplatePath; ?>/css/ie.css" type="text/css" rel="stylesheet">
<?php if($this->params->get('LocalCDN')): ?>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<?php else: ?>
<script type="text/javascript" src="<?php echo $dcTemplatePath; ?>/js/html5.js"></script>
<script type="text/javascript" src="<?php echo $dcTemplatePath; ?>/js/respond.js"></script>
Expand Down

0 comments on commit 62e2a87

Please sign in to comment.