Fixed non-trial suspension screen

This commit is contained in:
Albert Santoni 2015-11-16 17:07:38 -05:00
parent 591f7d59f0
commit 1a349c4ea1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<?php if ($this->suspended && $this->isTrial()) : ?>
<?php echo $this->partial('partialviews/suspendedtrial.phtml'); ?>
<?php elseif ($this->suspended && !$this->isTrial()) : ?>
<?php echo $this->partial('partialviews/trial.phtml'); ?>
<?php echo $this->partial('partialviews/suspended.phtml'); ?>
<?php else : ?>
<?php echo $this->versionNotify();