diff options
author | duthied <duthied@gmail.com> | 2011-10-04 09:13:49 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-04 09:13:49 -0700 |
commit | 24595c55d7258660862ef5bc2203b226d6615362 (patch) | |
tree | d5e5de48640fb106b1acab10b466ea8164ec46b0 /view/theme/testbubble/nav.tpl | |
parent | 4a5079f8fb73f65820229783d2ef0e9374e3a743 (diff) | |
parent | f7d055687eb8e87368023a94a613b027458cdd83 (diff) | |
download | volse-hubzilla-24595c55d7258660862ef5bc2203b226d6615362.tar.gz volse-hubzilla-24595c55d7258660862ef5bc2203b226d6615362.tar.bz2 volse-hubzilla-24595c55d7258660862ef5bc2203b226d6615362.zip |
Merge pull request #16 from duthied/master
Minor ui tweaks
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> |