diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-05-31 23:52:08 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-05-31 23:52:08 -0600 |
commit | b1a6bed36d5d4acdfbb5372f467a49c7ab29bc5c (patch) | |
tree | 95ca90339bb9cd8baeafdda910d6577f4db40b7a /modules/notification | |
parent | b6c99a062bbc8e4316929a73be03969d9d6cd2b2 (diff) |
Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.
Diffstat (limited to 'modules/notification')
-rw-r--r-- | modules/notification/helpers/notification_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
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")); } } } |