diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
commit | 975781d3e23e6beb2ac86b191c7c12b7347c1705 (patch) | |
tree | 62ee6d6f1e983c4003e170eed41d4fd495f50b17 /view/theme/dispy-dark/nav.tpl | |
parent | a2073bcfc05abadc3e967f40c66d1fa674bba0d3 (diff) | |
download | volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.gz volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.bz2 volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.zip |
massive work done to both dispys, mostly -dark
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/nav.tpl')
-rw-r--r-- | view/theme/dispy-dark/nav.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/dispy-dark/nav.tpl b/view/theme/dispy-dark/nav.tpl index f6e399ef5..11469dc66 100644 --- a/view/theme/dispy-dark/nav.tpl +++ b/view/theme/dispy-dark/nav.tpl @@ -57,14 +57,6 @@ works --> </li> {{ endif }} -{{ if $userinfo }} - <ul id="nav-user-menu" class="menu-popup"> - {{ for $nav.usermenu as $usermenu }} - <li><a class="$usermenu.2" href="$usermenu.0" title="$usermenu.3">$usermenu.1</a></li> - {{ endfor }} - </ul> -{{ endif }} - {{ if $nav.contacts }} <li><a id="nav-contacts-link" class="nav-commlink $nav.contacts.2" href="$nav.contacts.0" title="$nav.contacts.1">$nav.contacts.1</a></li> {{ endif }} @@ -94,6 +86,14 @@ works --> </ul> </div> +{{ if $userinfo }} + <ul id="nav-user-menu" class="menu-popup"> + {{ for $nav.usermenu as $usermenu }} + <li><a class="$usermenu.2" href="$usermenu.0" title="$usermenu.3">$usermenu.1</a></li> + {{ endfor }} + </ul> +{{ endif }} + <div id="notifications"> {{ if $nav.home }} <a id="home-update" class="nav-ajax-left" href="$nav.home.0" title="$nav.home.1"></a> |