From 991db280be4c3cbbff4fb1e4dae8f303a487ed3f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 8 Oct 2017 17:19:29 +0200 Subject: experimental new notifications - needs pconfig experimental_notif set to 1 for your channel to work. --- view/tpl/nav.tpl | 15 ++++++++++- view/tpl/notifications_widget.tpl | 57 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 view/tpl/notifications_widget.tpl (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 234b3682c..92ab88574 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -63,16 +63,25 @@ + {{if ! $experimental_notif}} {{if $localuser || $nav.pubs}} {{/if}} + {{else}} + {{if $localuser || $nav.pubs}} + + {{/if}} + {{/if}}