diff options
author | friendica <info@friendica.com> | 2012-02-21 20:22:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-21 20:22:09 -0800 |
commit | 9fe12d1724acf819f2cbc88bf6647e0adee0b5ea (patch) | |
tree | 1ec129787ab1feb6905b98bea5ed73e48853f75a /view/theme/testbubble/nav.tpl | |
parent | 53d3ee8852d7e825443c58121e63cf13c120c40e (diff) | |
download | volse-hubzilla-9fe12d1724acf819f2cbc88bf6647e0adee0b5ea.tar.gz volse-hubzilla-9fe12d1724acf819f2cbc88bf6647e0adee0b5ea.tar.bz2 volse-hubzilla-9fe12d1724acf819f2cbc88bf6647e0adee0b5ea.zip |
some cleanup of tb notifications
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rwxr-xr-x | view/theme/testbubble/nav.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index acbea5bf8..9051fcb06 100755 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -6,7 +6,8 @@ <div id="notifications"> {{ if $nav.network }}<a rel="#nav-notifications-menu" id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }} {{ if $nav.home }}<a rel="#nav-notifications-menu" id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }} - {{ if $nav.notifications }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} +<!-- {{ if $nav.notifications }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} --> + {{ if $nav.introductions }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.introductions.0" title="$nav.introductions.1"></a>{{ endif }} {{ if $nav.messages }}<a rel="#nav-notifications-menu" id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} <ul id="nav-notifications-menu" class="menu-popup"> <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li> |