From b1a6bed36d5d4acdfbb5372f467a49c7ab29bc5c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 31 May 2009 23:52:08 -0600 Subject: Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify. --- modules/notification/helpers/notification_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notification/helpers') diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php index 1c04aa89..87927874 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -30,7 +30,7 @@ class notification_menu_Core { ->id("watch") ->label(t("Enable notifications for this album")) ->url(url::site("notification/watch/$item->id?csrf=" . access::csrf_token())) - ->css_id($watching ? "gRemoveWatchLink" : "gAddWatchLink")); + ->css_id($watching ? "gRemoveNotifyLink" : "gAddNotifyLink")); } } } -- cgit v1.2.3