From fa9b298959a2c90316021325e2a822878ddf5c83 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 16 Nov 2007 07:54:33 +0000 Subject: [PATCH] - Add the volunteer registration link to the left nav, and unconfuse the PHP for it. --- common.inc.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index d04a59c..70b8008 100644 --- a/common.inc.php +++ b/common.inc.php @@ -484,7 +484,19 @@ echo "";
+".i18n("Home Page").''; + echo "
  • ".i18n("Important Dates").'
  • '; + echo "
  • ".i18n("Participant Registration").'
  • '; + echo $registrationconfirmationlink; + echo "
  • ".i18n("Judges Registration").'
  • '; + if($config['volunteer_enable'] == 'yes') { + echo "
  • ".i18n("Volunteer Registration").'
  • '; + } + echo "
  • ".i18n("Committee").'
  • '; + echo "
  • ".i18n("Winners").'
  • '; + echo ''; +?>