You are here

function theme_pay_form_default in Pay 6

Same name and namespace in other branches
  1. 7 theme/pay.theme.inc \theme_pay_form_default()

Theme function for default form displays.

File

theme/pay.theme.inc, line 67
Theme hooks and callbacks for the Payment API.

Code

function theme_pay_form_default($pay_form) {
  return drupal_get_form('pay_form', $pay_form);
}