diff --git a/schoolaccess.php b/schoolaccess.php index 3109e7e..c874404 100644 --- a/schoolaccess.php +++ b/schoolaccess.php @@ -127,7 +127,10 @@ if($_SESSION['schoolid'] && $_SESSION['schoolaccesscode']) { echo "

".i18n("Participant Registration Invitations")."

"; - echo i18n("In order for your school's students to register for the fair, you must first invite them via email. Use the 'Participant Registration Invitations' link below to invite your students to the fair"); + if($config['participant_registration_type']=="invite") + echo i18n("In order for your school's students to register for the fair, you must first invite them via email. Use the 'Participant Registration Invitations' link below to invite your students to the fair"); + else if($config['participant_registration_type']=="openorinvite" ) + echo i18n("In order for your school's students to register for the fair, you can invite them via email using the 'Participant Registration Invitations' link below, or they can register on their own by accessing the 'Participant Registration' link in the menu."); echo "
"; echo "
"; echo "   ".i18n("Participant Registration Invitations")."";