You are here

function pay_theme in Pay 6

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

Implementation of hook_theme().

File

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

Code

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