diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-22 19:27:56 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-22 19:27:56 +0100 |
commit | 30fcda7576681ff5e311f720a8d3a73ac808ae82 (patch) | |
tree | 3a404019a2997dcfc852e1716fd68c13ba14a6df /view/theme/testbubble | |
parent | b5ec47590673ff9d147de1952d357b34e405a131 (diff) | |
download | volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.tar.gz volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.tar.bz2 volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.zip |
nav: fix intro notification url, fix "See all notifications" url and make it translatable
Diffstat (limited to 'view/theme/testbubble')
-rwxr-xr-x | 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 c7d616826..bb4da22cb 100755 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -9,7 +9,7 @@ {{ 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.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="/notifications/network">See all notifications</a></li> + <li id="nav-notifications-see-all"><a href="$nav.notifications_all.0">$nav.notifications_all.1</a></li> <li class="empty">$emptynotifications</li> </ul> </div> |