mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Begins linking volunteer interest form into page.
This commit is contained in:
@@ -49,7 +49,7 @@ define("SSL_CERTIFICATE", "/var/www/html/examples/cert.pem");
|
||||
define("VOLUNTEER_INTEREST_FORM", true);
|
||||
|
||||
// Form name
|
||||
define("VOLUNTEER_INTEREST_FORM_NAME","Volunteer Interest");
|
||||
define("VOLUNTEER_INTEREST_FORM_NAME","Volunteer Interests");
|
||||
|
||||
// note: Introductory text can be modified in Connections/volunteer_interest_form_introduction.txt
|
||||
|
||||
@@ -63,7 +63,7 @@ $volunteer_interests = array(
|
||||
"Fabricating", "Open Source Programming", "Other/Contact me for general help"
|
||||
);
|
||||
|
||||
// Provide a comment box
|
||||
// Provide a comment box - true of false
|
||||
define("VOLUNTEER_INTEREST_COMMENTS", true);
|
||||
|
||||
/***********
|
||||
|
||||
Reference in New Issue
Block a user