Fix google chrome frame display

This commit is contained in:
Romain Neutron
2013-07-10 17:31:12 +02:00
parent 2813c6ba08
commit f6b2ee68f8

View File

@@ -41,9 +41,11 @@
{% endblock header %} {% endblock header %}
</head> </head>
<body> <body>
{% if app['phraseanet.registry']->get('GV_display_gcf') %}
<!--[if lt IE 7]> <!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]--> <![endif]-->
{% endif %}
<div class="container full-height"> <div class="container full-height">
{% block content_scaffholding %} {% block content_scaffholding %}