diff options
author | friendica <info@friendica.com> | 2013-01-09 23:07:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-09 23:07:13 -0800 |
commit | f0a08a05aedd8add7990f26c1a0d1894ddd06683 (patch) | |
tree | 1cb60f1955a0850b9ea110f9f5639ef3c8b71945 /view/tpl/smarty3 | |
parent | 8a930241a434f5058289bd8d014fd2bd6a4e91a0 (diff) | |
download | volse-hubzilla-f0a08a05aedd8add7990f26c1a0d1894ddd06683.tar.gz volse-hubzilla-f0a08a05aedd8add7990f26c1a0d1894ddd06683.tar.bz2 volse-hubzilla-f0a08a05aedd8add7990f26c1a0d1894ddd06683.zip |
fix the "personal" network filter and introduction notifications
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r-- | view/tpl/smarty3/nav.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/smarty3/nav.tpl b/view/tpl/smarty3/nav.tpl index 88afbaa8e..c1d300978 100644 --- a/view/tpl/smarty3/nav.tpl +++ b/view/tpl/smarty3/nav.tpl @@ -65,7 +65,6 @@ <span id="intro-update" class="nav-notify fakelink" rel="#nav-intros-menu"></span> <ul id="nav-intros-menu" class="menu-popup notify-menus" rel="intros"> <li id="nav-intros-see-all"><a href="{{$nav.intros.all.0}}">{{$nav.intros.all.1}}</a></li> - <li id="nav-intros-mark-all"><a href="#" onclick="/*fixme*/ return false;">{{$nav.intros.mark.1}}</a></li> <li class="empty">{{$emptynotifications}}</li> </ul> </li> |