From f99c007187b83755d7b1c80c63fde7c1162a99c4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 9 Oct 2017 17:49:15 +0200 Subject: new notification changes - use sticky_kit instead of position fixed --- view/tpl/nav.tpl | 8 ++++---- view/tpl/notifications_widget.tpl | 16 +++++----------- 2 files changed, 9 insertions(+), 15 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index bbc5b4fb0..15896c159 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -22,7 +22,7 @@ {{$usermenu.1}} {{/foreach}} {{if $nav.manage}} - {{$nav.manage.1}} + {{$nav.manage.1}} {{/if}} {{if $nav.channels}} {{foreach $nav.channels as $chan}} @@ -34,11 +34,11 @@ {{/if}} {{if $nav.settings}} - {{$nav.settings.1}} + {{$nav.settings.1}} {{/if}} {{if $nav.admin}} - {{$nav.admin.1}} + {{$nav.admin.1}} {{/if}} {{if $nav.logout}} @@ -54,7 +54,7 @@ {{/if}} {{/if}}