|
@@ -107,7 +107,7 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
<div class="row">
|
|
|
<div class="large-12 columns">
|
|
|
<!--[if gt IE9]-->
|
|
|
- <div id="siteNotice" class="sitenotice panel radius"><?php echo $this->text('sitename'); ?> may not look as expected in your version of Internet Explorer. We recommend you upgrade to a newer version of Internet Explorer or switch to a browser like Firefox or Chrome.</div>
|
|
|
+ <div id="siteNotice" class="sitenotice panel radius"><?php echo $this->text('sitename'); ?> may not look as expected in this version of Internet Explorer. We recommend you upgrade to a newer version of Internet Explorer or switch to a browser like Firefox or Chrome.</div>
|
|
|
<!--<![endif]-->
|
|
|
|
|
|
<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice panel radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
|