diff --git a/config/cms.php b/admin/cms.php similarity index 99% rename from config/cms.php rename to admin/cms.php index 1ccff0bd..c583e8a7 100644 --- a/config/cms.php +++ b/admin/cms.php @@ -23,7 +23,7 @@ "; echo " "; echo " ".theme_icon("communication")."
".i18n("Communication (Send Emails)")."
"; - echo " "; + echo " ".theme_icon("websitecontentmanagement")."
".i18n("Website Content Management")."
"; echo " "; echo " "; echo " \n"; diff --git a/theme/default/icons/toggle_log.png b/theme/default/icons/toggle_log.png new file mode 100644 index 00000000..e454cb67 Binary files /dev/null and b/theme/default/icons/toggle_log.png differ diff --git a/theme/default/theme.php b/theme/default/theme.php index ab576aa4..a6d5fb44 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -42,6 +42,7 @@ $theme['icons']['one-click_cwsf_registration']="flag-blue.png"; $theme['icons']['one-click_ysf_affiliation_stats']="flag-green.png"; $theme['icons']['communication']="mail-mark-unread.png"; + $theme['icons']['websitecontentmanagement']="toggle_log.png"; //CONFIG ICONS $theme['icons']['configuration_variables']="";