You are here

function pay_theme in Pay 7

Same name and namespace in other branches
  1. 6 pay.module \pay_theme()

Implements hook_theme().

File

./pay.module, line 76
Pay module allows for accepting payments using pluggable payment backends.

Code

function pay_theme() {
  module_load_include('inc', 'pay', 'theme/pay.theme');
  return pay_theme_theme();
}