Show outdated browser alert for <IE9

This commit is contained in:
Ben Word
2015-01-29 23:20:07 -06:00
parent f1628550e7
commit 0fd9686147

View File

@@ -10,7 +10,7 @@ use Roots\Sage\Wrapper;
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<!--[if lt IE 8]>
<!--[if lt IE 9]>
<div class="alert alert-warning">
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
</div>