diff --git a/admin/index.php b/admin/index.php index 6513807..ed6db54 100644 --- a/admin/index.php +++ b/admin/index.php @@ -44,7 +44,7 @@ echo " "; echo " ".theme_icon("committee_management")."
".i18n("Committee Management")."
"; echo " ".theme_icon("awards_management")."
".i18n("Awards Management")."
"; - echo " ".theme_icon("school_management")."
".i18n("Schools Management")."
"; + echo " ".theme_icon("schools_management")."
".i18n("Schools Management")."
"; echo " ".theme_icon("judging_management")."
".i18n("Judging Management")."
"; echo " "; echo " "; diff --git a/theme/default/theme.php b/theme/default/theme.php index a47e8bb..cff1979 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -30,8 +30,8 @@ $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']="application-education.png"; - $theme['icons']['judging_management']="kclipper.png"; + $theme['icons']['schools_management']="applications-education.png"; + $theme['icons']['judging_management']="klipper.png"; $theme['icons']['translations_management']="kwordquiz.png"; $theme['icons']['report_management']=""; $theme['icons']['volunteer_management']="";