Fix #793 - Remove Chome Frame from outdated browser alert

Match the latest update from HTML5 Boilerplate
02713eedd2
This commit is contained in:
Ben Word
2013-06-30 11:34:52 -05:00
parent fe6183bd65
commit 287c374480

View File

@@ -1,7 +1,7 @@
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<!--[if lt IE 7]><div class="alert">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.</div><![endif]-->
<!--[if lt IE 7]><div class="alert">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
<?php
do_action('get_header');