summaryrefslogtreecommitdiff
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/register.php b/register.php
index d29f698..69a3bcb 100644
--- a/register.php
+++ b/register.php
@@ -138,6 +138,9 @@ if ( isset($_POST['action']) && ($_POST['action'] == "registerUser") ) {
}
+# Create a list of genders for the template
+$smarty->assign("genders", array('Female', 'Male'));
+
# grab the various parts. these sections are not printed to the screen
# but rather dumped into smarty variables that will simply be printed
# in the template, so the order doesn't matter here at the moment