|
@@ -106,6 +106,10 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="large-12 columns">
|
|
<div class="large-12 columns">
|
|
|
|
+ <!--[if gt IE 9]>
|
|
|
|
+ <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>
|
|
|
|
+ <!--<![endif]-->
|
|
|
|
+
|
|
<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice panel radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
|
|
<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice panel radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
|
|
<?php if ( $this->data['newtalk'] ) { ?><div id="usermessage" class="newtalk panel radius"><?php $this->html( 'newtalk' ); ?></div><?php } ?>
|
|
<?php if ( $this->data['newtalk'] ) { ?><div id="usermessage" class="newtalk panel radius"><?php $this->html( 'newtalk' ); ?></div><?php } ?>
|
|
</div>
|
|
</div>
|