function commerce_paypal_ec_theme in Commerce PayPal 7.2
Implements hook_theme().
File
- modules/
ec/ commerce_paypal_ec.module, line 1626 - Implements PayPal Express Checkout in Drupal Commerce checkout.
Code
function commerce_paypal_ec_theme() {
return array(
'paypal_ec_mark_image' => array(),
);
}