Clarify email definitions; split out registration form and node
This commit is contained in:
@@ -29,7 +29,9 @@ module_load_include('inc', 'booking', 'booking.constants');
|
||||
// Load the include for admin defined text blocks
|
||||
module_load_include('inc', 'booking', 'booking.tokens');
|
||||
// Load the include that contains the user registration form
|
||||
module_load_include('inc', 'booking', 'booking.register');
|
||||
module_load_include('inc', 'booking', 'booking.regn_form');
|
||||
// Load the include that processes booking nodes
|
||||
module_load_include('inc', 'booking', 'booking.node');
|
||||
// Load the include that contains the registration confirmation page
|
||||
module_load_include('inc', 'booking', 'booking.confirm');
|
||||
// Load the include that contains the registration balance payment page
|
||||
|
Reference in New Issue
Block a user