]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/nav.tpl
dispy, dispy, oh what a little lispy
[friendica.git] / view / theme / dispy / nav.tpl
index 67a263519a2bbe68fd1fbed8135f9f4ec2d2e81b..867751310d1bab230545378ba2985dc63361ebe4 100644 (file)
@@ -11,6 +11,10 @@ works -->
     {{ if $nav.help }}
     <a id="nav-help-link" class="nav-link $nav.help.2" href="$nav.help.0" title="$nav.help.1">$nav.help.1</a>
     {{ endif }}
+    {{ if $nav.community }}
+    <a id="nav-community-link" class="nav-link $nav.community.2"
+    href="$nav.community.0" title="$nav.community.1">$nav.community.1</a>
+    {{ endif }}
     {{ if $nav.apps }}
     <a id="nav-apps-link" class="nav-link $nav.apps.2" href="$nav.apps.0" title="$nav.apps.1">$nav.apps.1</a>
     {{ endif }}
@@ -28,10 +32,6 @@ works -->
         <li class="empty">$emptynotifications</li>
     </ul>
     {{ endif }}
-    {{ if $nav.community }}
-    <a id="nav-community-link" class="nav-link $nav.community.2"
-    href="$nav.community.0" title="$nav.community.1">$nav.community.1</a>
-    {{ endif }}
     {{ if $nav.network }}
     <a id="nav-network-link" class="nav-link $nav.network.2"
     href="$nav.network.0" title="$nav.network.1">$nav.network.1</a>
@@ -106,6 +106,7 @@ works -->
         <a id="mail-update" class="nav-ajax-left" href="$nav.messages.0" title="$nav.messages.1"></a>
         {{ endif }}
     </div>
+
 </div>
     <a href="#" class="floaterflip"></a>
 </nav>