function theme_pay_form_default in Pay 7
Same name and namespace in other branches
- 6 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($variables) {
$pay_form = $variables['pay_form'];
return drupal_get_form('pay_form', $pay_form);
}