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 ''; +?>