diff --git a/admin/index.php b/admin/index.php index 560ebfa..6513807 100644 --- a/admin/index.php +++ b/admin/index.php @@ -43,12 +43,14 @@ echo ""; echo " "; echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; echo " "; echo "
".theme_icon("committee_management")."
".i18n("Committee Management")."
".theme_icon("awards_management")."
".i18n("Awards Management")."
".theme_icon("school_management")."
".i18n("Schools Management")."
".theme_icon("judging_management")."
".i18n("Judging Management")."
".theme_icon("translations_management")."
".i18n("Translations Management")."
\n"; - echo "".i18n("Awards Management")."
"; - echo "".i18n("School Management")."
"; - echo "".i18n("Judging Management")."
"; - echo "".i18n("Translations Management")."
"; echo "".i18n("Report Management")."
"; if($config['volunteer_enable'] == 'yes') { echo "".i18n("Volunteer Management")."
"; diff --git a/theme/default/icons/applications-education.png b/theme/default/icons/applications-education.png new file mode 100644 index 0000000..1fbab40 Binary files /dev/null and b/theme/default/icons/applications-education.png differ diff --git a/theme/default/icons/klipper.png b/theme/default/icons/klipper.png new file mode 100644 index 0000000..e46ca84 Binary files /dev/null and b/theme/default/icons/klipper.png differ diff --git a/theme/default/icons/kwordquiz.png b/theme/default/icons/kwordquiz.png new file mode 100644 index 0000000..e2cecef Binary files /dev/null and b/theme/default/icons/kwordquiz.png differ diff --git a/theme/default/theme.php b/theme/default/theme.php index 91c2b5d..a47e8bb 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -30,9 +30,9 @@ $theme['icons']['print_awards_ceremony_scripts']="application-pdf.png"; $theme['icons']['committee_management']="system-users.png"; $theme['icons']['awards_management']="plasmagik.png"; - $theme['icons']['school_management']=""; - $theme['icons']['judging_management']=""; - $theme['icons']['translations_management']=""; + $theme['icons']['school_management']="application-education.png"; + $theme['icons']['judging_management']="kclipper.png"; + $theme['icons']['translations_management']="kwordquiz.png"; $theme['icons']['report_management']=""; $theme['icons']['volunteer_management']=""; $theme['icons']['tour_management']="";