function uc_credit_theme in Ubercart 7.3
Same name and namespace in other branches
- 8.4 payment/uc_credit/uc_credit.module \uc_credit_theme()
- 6.2 payment/uc_credit/uc_credit.module \uc_credit_theme()
Implements hook_theme().
File
- payment/
uc_credit/ uc_credit.module, line 113 - Defines the credit card payment method and hooks in payment gateways.
Code
function uc_credit_theme() {
return array(
'uc_credit_cvv_help' => array(
'file' => 'uc_credit.theme.inc',
),
);
}