Added missing opening php tag on billing - upgrades page
This commit is contained in:
parent
b80c18c288
commit
c2d1b788c5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ echo($currentProduct["name"]);
|
|||
?>
|
||||
</p>
|
||||
|
||||
<h3>echo(_pro('Choose a plan: ')); ?></h3>
|
||||
<h3><?php echo(_pro('Choose a plan: ')); ?></h3>
|
||||
<form id="<?php echo $form->getId(); ?>" method="<?php echo $form->getMethod() ?>" action="<?php echo
|
||||
$form->getAction()?>" enctype="<?php echo $form->getEncType();?>">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue