diff options
Diffstat (limited to 'modules/notification/helpers/notification_menu.php')
-rw-r--r-- | modules/notification/helpers/notification_menu.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php index 8c2e84d8..b36b69e8 100644 --- a/modules/notification/helpers/notification_menu.php +++ b/modules/notification/helpers/notification_menu.php @@ -32,19 +32,4 @@ class notification_menu_Core { } } } - - static function photo($menu, $theme) { - if (!user::active()->guest) { - $item = $theme->item(); - - if ($item) { - $menu - ->append(Menu::factory("dialog") - ->id("watch") - ->label(t("Enable notifications for this photo")) - ->url(url::site("notification/watch/$item->id")) - ->css_id("gWatchLink")); - } - } - } } |