diff options
author | friendica <info@friendica.com> | 2012-02-25 04:37:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 04:37:12 -0800 |
commit | c90bac57271625d06d92dfb2b7499d0787c55e3c (patch) | |
tree | 3ce2356a9776c32f0b88e40c89df639a78b00545 /view/theme/duepuntozero | |
parent | 4839c235da1ce6ed61c71d0a9d28df14c01b567b (diff) | |
download | volse-hubzilla-c90bac57271625d06d92dfb2b7499d0787c55e3c.tar.gz volse-hubzilla-c90bac57271625d06d92dfb2b7499d0787c55e3c.tar.bz2 volse-hubzilla-c90bac57271625d06d92dfb2b7499d0787c55e3c.zip |
sysnotify count in wrong location, and wrong number
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-x | view/theme/duepuntozero/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 7f13bd834..8fff20755 100755 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -46,7 +46,7 @@ {{ if $nav.notifications }} <li id="nav-notifications-linkmenu" class="nav-commlink"><a href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1">$nav.notifications.1</a> - <span id="notify-update" class="nav-notify"></span> + <span id="notify-update" class="nav-ajax-left"></span> <ul id="nav-notifications-menu" class="menu-popup"> <li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">$nav.notifications.mark.1</a></li> <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li> |