diff --git a/admin/index.php b/admin/index.php index 7f3949d..5b116c8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -88,7 +88,7 @@ echo " ".theme_icon("enter_winning_projects")."
".i18n("Enter Winning Projects")."
"; echo " ".theme_icon("one-click_cwsf_registration")."
".i18n("One-Click CWSF Registration")."
"; echo " ".theme_icon("one-click_ysf_affiliation_stats")."
".i18n("One-Click YSF Affiliation Stats")."
"; - echo " "; + echo " ".theme_icon("fair_stats")."
".i18n("Upload Statistics")."
"; echo " \n"; echo "\n"; echo "
"; diff --git a/theme/default/icons/view_sort_descending.png b/theme/default/icons/view_sort_descending.png new file mode 100644 index 0000000..879a698 Binary files /dev/null and b/theme/default/icons/view_sort_descending.png differ diff --git a/theme/default/theme.php b/theme/default/theme.php index 4a7ecb1..b5829fa 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -47,6 +47,7 @@ $theme['icons']['enter_winning_projects']="legalmoves.png"; $theme['icons']['one-click_cwsf_registration']="flag-blue.png"; $theme['icons']['one-click_ysf_affiliation_stats']="flag-green.png"; + $theme['icons']['fair_stats']="view_sort_descending.png"; $theme['icons']['communication']="mail-mark-unread.png"; $theme['icons']['website_content_management']="toggle_log.png"; $theme['icons']['fundraising']="Coins-32x32.png";