diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:51:35 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:51:35 +0200 |
commit | e6f1fb3d954fc1354581a93509f8f64662aef2b5 (patch) | |
tree | 986e9c45ec1e803a9bbd34d528febe3386f017f1 /Zotlabs/Widget/Notifications.php | |
parent | 030d703a05084fa4efec7afece7948846dd6f6a9 (diff) | |
download | volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.tar.gz volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.tar.bz2 volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.zip |
remove notifications code from nav and go live with new notifications
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index cac884cd1..0f82d102e 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -6,9 +6,6 @@ class Notifications { function widget($arr) { - if(! get_pconfig(local_channel(), 'system', 'experimental_notif')) - return; - $channel = \App::get_channel(); if(local_channel()) { @@ -139,7 +136,6 @@ class Notifications { ] ]; - $o = replace_macros(get_markup_template('notifications_widget.tpl'), array( '$notifications' => $notifications, '$loading' => t('Loading...') |