Invert suspend logic (forgot to push?)

This commit is contained in:
Albert Santoni 2015-04-17 15:55:41 -04:00
parent 82a129285c
commit 319b949c5b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<?php echo $this->partial('partialviews/trialBox.phtml', array("is_trial"=>$this->isTrial(), "trial_remain"=> $this->trialRemaining())) ?>
<div id="Panel">
<?php if(!$this->suspended) : ?>
<?php if($this->suspended) : ?>
<?php echo $this->partial('partialviews/suspended.phtml'); ?>
<?php else : ?>