X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fduepuntozero%2Fnav.tpl;h=373fb2d368cc06681839c7e966f43e97ec97629f;hb=01221ccb2a3cdf288eade32a845e4cbcd4179353;hp=2cd29a7c298c923e39d4903e0752e7fc5a83b74e;hpb=25ac93f44d92b839c5012ba8cbb7ecf221658eff;p=friendica.git diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 2cd29a7c29..373fb2d368 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -8,9 +8,9 @@ - {{ if $nav.register }}$nav.register.1{{ endif }} + {{ if $nav.register }}$nav.register.1{{ endif }} - $nav.help.1 + {{ if $nav.help }} $nav.help.1{{ endif }} {{ if $nav.apps }}$nav.apps.1{{ endif }} @@ -20,32 +20,51 @@ {{ if $nav.admin }}$nav.admin.1{{ endif }} {{ if $nav.network }} - $nav.network.1 + $nav.network.1 {{ endif }} {{ if $nav.home }} - $nav.home.1 + $nav.home.1 {{ endif }} {{ if $nav.community }} - $nav.community.1 + $nav.community.1 {{ endif }} - {{ if $nav.notifications }} - $nav.notifications.1 - + {{ if $nav.introductions }} + $nav.introductions.1 + {{ endif }} {{ if $nav.messages }} - $nav.messages.1 + $nav.messages.1 {{ endif }} - {{ if $nav.manage }}$nav.manage.1{{ endif }} + + + + + {{ if $nav.notifications }} + $nav.notifications.1 + + + {{ endif }} {{ if $nav.settings }}$nav.settings.1{{ endif }} {{ if $nav.profiles }}$nav.profiles.1{{ endif }} {{ if $nav.contacts }}$nav.contacts.1{{ endif }} + + + {{ if $nav.manage }}$nav.manage.1{{ endif }} + +