You are here

function theme_uc_checkout_pane_coupon in Ubercart Discount Coupons 6

Default theme implementation for the checkout pane.

File

./uc_coupon.module, line 245
Provides discount coupons for Ubercart.

Code

function theme_uc_checkout_pane_coupon($form) {
  return drupal_render($form);
}