Don't open trialbox My Account link in new window

This commit is contained in:
Albert Santoni 2014-06-25 20:36:08 -04:00
parent b36967a690
commit 94bbd3c8a5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="trial-box-calendar-gray"><?php echo _("days") ?></div>
</div>
<div class="trial-box-button">
<a title="<?php echo _("Purchase your copy of Airtime")?> href="/billing/upgrade" target="_blank"><?php echo _("My Account") ?></a>
<a title="<?php echo _("Purchase your copy of Airtime")?> href="/billing/upgrade"><?php echo _("My Account") ?></a>
</div>
</div>
<?php }?>