diff --git a/admin/index.php b/admin/index.php index 2073d5e..f803739 100644 --- a/admin/index.php +++ b/admin/index.php @@ -34,43 +34,43 @@ echo "
".theme_icon("participant_registration")." ".i18n("Participant Registration")." | ";
- echo " ".theme_icon("print/export_reports")." ".i18n("Print / Export Reports")." | ";
- echo " ".theme_icon("print_awards_ceremony_scripts")." ".i18n("Print Award Ceremony Scripts")." | ";
- echo " "; - echo " |
".theme_icon("committee_management")." ".i18n("Committee Management")." | ";
- echo " ".theme_icon("awards_management")." ".i18n("Awards Management")." | ";
- echo " ".theme_icon("schools_management")." ".i18n("Schools Management")." | ";
echo " ".theme_icon("judging_management")." ".i18n("Judging Management")." | ";
- echo "
".theme_icon("translations_management")." ".i18n("Translations Management")." | ";
- echo " ".theme_icon("report_management")." ".i18n("Report Management")." | ";
echo " ";
if($config['volunteer_enable'] == 'yes')
echo "".theme_icon("volunteer_management")." ".i18n("Volunteer Management").""; else echo theme_icon("volunteer_management")." ".i18n("Volunteer Management")." (".i18n("disabled").")"; echo " | ";
+ echo "