diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-04 11:10:57 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-04 11:10:57 -0500 |
commit | f7d055687eb8e87368023a94a613b027458cdd83 (patch) | |
tree | 8c727ca2fe45066a632b2d3f0487c8ce206951f5 /view/theme/testbubble/nav.tpl | |
parent | f84c208ac577cb43d24a8a33bbcb865677e1c7ae (diff) | |
download | volse-hubzilla-f7d055687eb8e87368023a94a613b027458cdd83.tar.gz volse-hubzilla-f7d055687eb8e87368023a94a613b027458cdd83.tar.bz2 volse-hubzilla-f7d055687eb8e87368023a94a613b027458cdd83.zip |
- moved the header for profile permissions out of the scrolling div
- tweaks to the testbubble theme's nav
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rw-r--r-- | view/theme/testbubble/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index 38d2dfac6..80bcfbeb1 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -6,7 +6,7 @@ <div id="notifications"> {{ if $nav.network }}<a id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }} {{ if $nav.home }}<a id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }} - {{ if $nav.notifications }}<a id="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} + {{ if $nav.notifications }}<a id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} {{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} </div> |