From 82acad004ac5662121422c05f9e6c797f2cb2e89 Mon Sep 17 00:00:00 2001 From: Extarys Date: Fri, 22 Jan 2021 10:07:04 -0500 Subject: [PATCH] fix smarty spaces --- view/theme/frio/templates/nav.tpl | 750 +++++++++++++++--------------- 1 file changed, 375 insertions(+), 375 deletions(-) diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index c9e77f29bf..e448313ea8 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -1,421 +1,421 @@ {{* we have modified the navmenu (look at function frio_remote_nav() ) to have remote links. $nav.userinfo is a new variable and replaces the original $userinfo variable *}} {{if $nav.userinfo}} -
- {{* {{$langselector}} *}} +
+ {{* {{$langselector}} *}} -
{{$sitelocation}}
- -
-
+ + {{* The usermenu dropdown for the mobile view. It is called via the buttons. Have a look at the top of this file *}} + + + + + {{/if}} {{* The navbar for users which are not logged in *}} {{if $nav.userinfo == ''}} - + {{/if}} {{* provide a a search input for mobile view, which expands by pressing the search icon *}} {{* The second navbar which contains nav points of the actual page - (nav points are actual handled by this theme throug js *}}
-
- -
- -
+
+ +
+ +
{{*The second part of the notifications dropdown menu. It handles the notifications *}} {{if $nav.notifications}} - + {{/if}} {{* This is the mask of the firefox logo. We set the background of #logo-img to the user icon color and apply this mask to it The result is a friendica logo in the user icon color.*}} - - - - - - + + + + + + \ No newline at end of file