Clarify email definitions; split out registration form and node

This commit is contained in:
2015-03-18 10:54:28 +11:00
parent 8c4191eaf5
commit c78e4bedbc
7 changed files with 902 additions and 37 deletions

View File

@@ -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