function commerce_sagepay_paypal_theme in Drupal Commerce SagePay Integration 7
Implements hook_theme().
File
- modules/
commerce_sagepay_paypal/ commerce_sagepay_paypal.module, line 46
Code
function commerce_sagepay_paypal_theme($existing, $type, $theme, $path) {
return array(
'commerce_sagepay_paypal_card_logo' => array(
'variables' => array(
'name' => NULL,
'img' => NULL,
'href' => NULL,
),
),
);
}