From 43a257f2f67f3b0de5b38df531057231806c19d3 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Wed, 25 Apr 2012 21:30:04 +0200 Subject: duepuntozero: move community and manage link to upper right area + css fixes to avoid breaking of design --- view/theme/duepuntozero/nav.tpl | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 view/theme/duepuntozero/nav.tpl (limited to 'view/theme/duepuntozero/nav.tpl') diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl new file mode 100644 index 000000000..4dacf3858 --- /dev/null +++ b/view/theme/duepuntozero/nav.tpl @@ -0,0 +1,71 @@ + + + -- cgit v1.2.3 From 266eaae43968e854d2c00db622603b72d209d5d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 27 Apr 2012 02:30:49 -0700 Subject: put community back on the lower tab. It belongs with message streams --- view/theme/duepuntozero/nav.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'view/theme/duepuntozero/nav.tpl') 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 @@ $nav.home.1 {{ endif }} - + {{ if $nav.community }} + $nav.community.1 + {{ endif }} {{ if $nav.introductions }} $nav.introductions.1 @@ -58,9 +60,6 @@ {{ if $nav.manage }}$nav.manage.1{{ endif }} - {{ if $nav.community }} - $nav.community.1 - {{ endif }} -- cgit v1.2.3