Check if station is on a trial plan before displaying the trial box
This commit is contained in:
parent
93f62eaadd
commit
c57d4e3fc4
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue