X-UA-Compatible

This commit is contained in:
Michael RICOIS 2014-08-20 19:20:25 +00:00
parent 52eacea29b
commit 3f0fb552dd

View File

@ -19,9 +19,11 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$pathScript = '/themes/default/scripts';
$view->headMeta()
->appendHttpEquiv('viewport', 'width=device-width, initial-scale=1.0')
->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8')
->appendHttpEquiv('Content-Language', 'fr-FR');
->appendName('viewport', 'width=device-width, initial-scale=1.0')
->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8')
->appendHttpEquiv('Content-Language', 'fr-FR');
$view->headLink()
->appendStylesheet('/libs/bootstrap-3.2.0/css/bootstrap.min.css', 'all')