diff options
author | Friendika <info@friendika.com> | 2011-10-02 02:46:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-02 02:46:54 -0700 |
commit | 8c9a6b0512da3bd73f28989bc179c4e417b267d8 (patch) | |
tree | a041443d62be9bb705d21f30e9599ce57abf7d84 /view/theme/duepuntozero/nav.tpl | |
parent | c72883f06822658491134d41a3b8ab83d9984b86 (diff) | |
download | volse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.tar.gz volse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.tar.bz2 volse-hubzilla-8c9a6b0512da3bd73f28989bc179c4e417b267d8.zip |
fix notifications duepuntozero
Diffstat (limited to 'view/theme/duepuntozero/nav.tpl')
-rw-r--r-- | 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 82ac178e8..efc95bde1 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -32,7 +32,7 @@ {{ endif }} {{ if $nav.notifications }} <a id="nav-notify-link" class="nav-commlink $nav.notifications.2 $sel.notifications" href="$nav.notifications.0" title="$nav.notifications.3" >$nav.notifications.1</a> - <span id="notify-update" class="nav-ajax-left"></span> + <span id="intro-update" class="nav-ajax-left"></span> {{ endif }} {{ if $nav.messages }} <a id="nav-messages-link" class="nav-commlink $nav.messages.2" href="$nav.messages.0 $sel.messages" title="$nav.messages.3" >$nav.messages.1</a> |