diff --git a/view/tpl/smarty3/nav.tpl b/view/tpl/smarty3/nav.tpl index 8fa24d614..411f4cb80 100644 --- a/view/tpl/smarty3/nav.tpl +++ b/view/tpl/smarty3/nav.tpl @@ -4,57 +4,80 @@ - {{if $nav.lock}} - - {{$nav.lock.1}} - - {{/if}} + {{if $nav.lock}} + + {{$nav.lock.1}} + + {{/if}} - {{if $nav.network}} - - {{$nav.network.1}} - + {{if $nav.network}} + + {{$nav.network.1}} + + + {{$nav.network.all.1}} + {{$nav.network.mark.1}} + {{$emptynotifications}} + - {{/if}} + {{/if}} - {{if $nav.home}} - - {{$nav.home.1}} - - - {{/if}} + {{if $nav.home}} + + {{$nav.home.1}} + + + {{$nav.home.all.1}} + {{$nav.home.mark.1}} + {{$emptynotifications}} + + + {{/if}} - {{if $nav.messages}} - - {{$nav.messages.1}} - - - {{/if}} + {{if $nav.messages}} + + {{$nav.messages.1}} + + + {{$nav.messages.all.1}} + {{$nav.messages.mark.1}} + {{$emptynotifications}} + + + {{/if}} - {{if $nav.all_events}} - - {{$nav.all_events.1}} - - - {{/if}} + {{if $nav.all_events}} + + {{$nav.all_events.1}} + + + {{$nav.events.all.1}} + {{$nav.events.mark.1}} + {{$emptynotifications}} + + + {{/if}} - {{if $nav.intros}} - - {{$nav.intros.1}} - - - {{/if}} + {{if $nav.intros}} + + {{$nav.intros.1}} + + + {{$nav.intros.all.1}} + {{$nav.intros.mark.1}} + {{$emptynotifications}} + + + {{/if}} - {{if $nav.notifications}} - - - {{$nav.notifications.1}} - - - {{$nav.notifications.all.1}} - {{$nav.notifications.mark.1}} + + {{$nav.notifications.1}} + + + {{$nav.notifications.all.1}} + {{$nav.notifications.mark.1}} {{$emptynotifications}} @@ -70,58 +93,54 @@ {{/if}} - {{if $userinfo}} - - {{if $localuser}} - - {{foreach $nav.usermenu as $usermenu}} - {{$usermenu.1}} - {{/foreach}} - {{if $nav.profiles}}{{$nav.profiles.1}}{{/if}} - {{if $nav.manage}}{{$nav.manage.1}}{{/if}} - {{if $nav.contacts}}{{$nav.contacts.1}}{{/if}} + {{if $userinfo}} + + {{if $localuser}} + + {{foreach $nav.usermenu as $usermenu}} + {{$usermenu.1}} + {{/foreach}} + {{if $nav.profiles}}{{$nav.profiles.1}}{{/if}} + {{if $nav.manage}}{{$nav.manage.1}}{{/if}} + {{if $nav.contacts}}{{$nav.contacts.1}}{{/if}} {{if $nav.logout}}{{$nav.logout.1}}{{/if}} - - {{/if}} - + {{/if}} - {{if $nav.login}}{{$nav.login.1}}{{/if}} - - {{if $nav.help}} + + {{/if}} + + {{if $nav.login}}{{$nav.login.1}}{{/if}} + {{if $nav.help}} {{$nav.help.1}} - {{/if}} + {{/if}} - {{if $nav.apps}} - - {{$nav.apps.1}} - - {{foreach $apps as $ap}} - {{$ap}} - {{/foreach}} - - - {{/if}} + {{if $nav.apps}} + + {{$nav.apps.1}} + + {{foreach $apps as $ap}} + {{$ap}} + {{/foreach}} + + + {{/if}} - - - + + + - - - - - +