Check if station is on a trial plan before displaying the trial box

This commit is contained in:
Duncan Sommerville 2015-02-26 13:30:35 -05:00
parent 93f62eaadd
commit c57d4e3fc4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php if($this->trial_remain != '' && $this->trial_remain != "Trial expired."){?>
<?php if($this->is_trial && $this->trial_remain != '' && $this->trial_remain != "Trial expired."){?>
<div class="trial-box">
<p><?php echo _("Your trial expires in") ?></p>
<div class="trial-box-calendar">