diff options
author | friendica <info@friendica.com> | 2012-02-25 16:47:21 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 16:47:21 -0800 |
commit | d075fd8a406b12d1920f75dd24e14101d1acc2f0 (patch) | |
tree | f760f7b81d844916410d680f2c395f1735cafd44 /view/theme | |
parent | da1411af476ffd9b46a6931da3d7641f31e2e116 (diff) | |
download | volse-hubzilla-d075fd8a406b12d1920f75dd24e14101d1acc2f0.tar.gz volse-hubzilla-d075fd8a406b12d1920f75dd24e14101d1acc2f0.tar.bz2 volse-hubzilla-d075fd8a406b12d1920f75dd24e14101d1acc2f0.zip |
reverse order of links
Diffstat (limited to 'view/theme')
-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 fa0ecf7b6..4675c3e5c 100755 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -48,8 +48,8 @@ <a id="nav-notifications-linkmenu" class="nav-commlink" href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1">$nav.notifications.1</a> <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> + <li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">$nav.notifications.mark.1</a></li> <li class="empty">$emptynotifications</li> </ul> {{ endif }} |