Oops fix typos

This commit is contained in:
james 2008-07-24 16:35:37 +00:00
parent cd24825e71
commit bfc32c305b
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
echo " <tr>";
echo " <td><a href=\"committees.php\">".theme_icon("committee_management")."<br />".i18n("Committee Management")."</a></td>";
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("school_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("schools_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td><a href=\"judges.php\">".theme_icon("judging_management")."<br />".i18n("Judging Management")."</a></td>";
echo " </tr>";
echo " <tr>";

View File

@ -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']="";