You are here

function pay_menu in Pay 7

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

Implements hook_menu().

File

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

Code

function pay_menu() {
  module_load_include('inc', 'pay', 'includes/pay.menu');
  return pay_menu_menu();
}