You are here

function pay_menu in Pay 6

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

Implementation of hook_menu().

File

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

Code

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