aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-27 02:30:49 -0700
committerfriendica <info@friendica.com>2012-04-27 02:30:49 -0700
commit266eaae43968e854d2c00db622603b72d209d5d5 (patch)
tree2f89fdce2ada692c63f5f7a0e963f77cd07dc555
parent153534bc700e95bd3c248a1e094319dbf57ca297 (diff)
downloadvolse-hubzilla-266eaae43968e854d2c00db622603b72d209d5d5.tar.gz
volse-hubzilla-266eaae43968e854d2c00db622603b72d209d5d5.tar.bz2
volse-hubzilla-266eaae43968e854d2c00db622603b72d209d5d5.zip
put community back on the lower tab. It belongs with message streams
-rw-r--r--view/theme/duepuntozero/nav.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl
index 4dacf3858..257822df4 100644
--- a/view/theme/duepuntozero/nav.tpl
+++ b/view/theme/duepuntozero/nav.tpl
@@ -27,7 +27,9 @@
<a id="nav-home-link" class="nav-commlink $nav.home.2 $sel.home" href="$nav.home.0" title="$nav.home.3" >$nav.home.1</a>
<span id="home-update" class="nav-ajax-left"></span>
{{ endif }}
-
+ {{ if $nav.community }}
+ <a id="nav-community-link" class="nav-commlink $nav.community.2 $sel.community" href="$nav.community.0" title="$nav.community.3" >$nav.community.1</a>
+ {{ endif }}
{{ if $nav.introductions }}
<a id="nav-notify-link" class="nav-commlink $nav.introductions.2 $sel.introductions" href="$nav.introductions.0" title="$nav.introductions.3" >$nav.introductions.1</a>
<span id="intro-update" class="nav-ajax-left"></span>
@@ -58,9 +60,6 @@
{{ if $nav.manage }}<a id="nav-manage-link" class="nav-link $nav.manage.2 $sel.manage" href="$nav.manage.0" title="$nav.manage.3">$nav.manage.1</a>{{ endif }}
- {{ if $nav.community }}
- <a id="nav-community-link" class="nav-link $nav.community.2 $sel.community" href="$nav.community.0" title="$nav.community.3" >$nav.community.1</a>
- {{ endif }}
</span>
<span id="nav-end"></span>
<span id="banner">$banner</span>