aboutsummaryrefslogtreecommitdiffstats
path: root/view/nav.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-01-22 19:27:56 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-01-22 19:27:56 +0100
commit30fcda7576681ff5e311f720a8d3a73ac808ae82 (patch)
tree3a404019a2997dcfc852e1716fd68c13ba14a6df /view/nav.tpl
parentb5ec47590673ff9d147de1952d357b34e405a131 (diff)
downloadvolse-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/nav.tpl')
-rwxr-xr-xview/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nav.tpl b/view/nav.tpl
index d9255d86c..9831260b3 100755
--- a/view/nav.tpl
+++ b/view/nav.tpl
@@ -43,7 +43,7 @@
<li id="nav-notifications-linkmenu" class="nav-menu-icon"><a href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1"><span class="icon s22 notify">$nav.notifications.1</span></a>
<span id="notify-update" class="nav-notify"></span>
<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>
</li>