From 9b94ad2ffe9abd34d2fd756b2366121ef89f376a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 14 Oct 2017 01:17:47 -0700 Subject: was unable to make the modal login dialog work on the channel page with a cover photo. So for mod_channel, send login to the login page instead of the modal popup. --- view/tpl/navbar_default.tpl | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'view/tpl/navbar_default.tpl') diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index a3f61cd30..6e8463f46 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -1,8 +1,14 @@ {{if $nav.login && !$userinfo}}
+ {{if $nav.loginmenu.1.4}} {{$nav.loginmenu.1.1}} + {{else}} + + {{$nav.loginmenu.1.1}} + + {{/if}} {{if $nav.register}} {{$nav.register.1}} @@ -79,7 +85,15 @@