add shim and respond in backoffice

This commit is contained in:
Manuel Raynaud
2013-10-28 16:10:06 +01:00
parent 1c3aeb969d
commit 1e65ad8cf3
2 changed files with 14 additions and 0 deletions

View File

@@ -39,6 +39,14 @@
{* Modules css are included here *}
{module_include location='head_css'}
{* HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries *}
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
{javascripts file='assets/js/libs/respond.min.js'}
<script src="{$asset_url}"></script>
{/javascripts}
<![endif]-->
</head>
<body>