A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
375 B

12 years ago
  1. <div class="PaymentMethodView">
  2. <?php
  3. $_CONTROL->ctlRadioButton->Render();
  4. $_CONTROL->lblTitle->Render();
  5. if($_CONTROL->ShowImage)
  6. $_CONTROL->pnlImage->Render();
  7. print '<div class="spacer"></div>';
  8. if($_CONTROL->ShowDescription)
  9. $_CONTROL->lblDescription->Render();
  10. ?>
  11. </div>