From 0629f5acf7ef965c2dee7b91bf7ad059d6fad4e6 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 22 Aug 2008 20:47:00 +0000 Subject: [PATCH] Fix website_content_management icon name --- theme/default/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/theme.php b/theme/default/theme.php index e91476a3..f0a85c92 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -42,7 +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"; + $theme['icons']['website_content_management']="toggle_log.png"; //CONFIG ICONS $theme['icons']['configuration_variables']="configure.png";