aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/menulist.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-13 20:57:03 -0700
committerfriendica <info@friendica.com>2013-08-13 20:57:03 -0700
commit9508967c7350e69bf3321aaa63f5527a3e8096f4 (patch)
treec2b6c78f47cf2c7a1623d4bc528b58cc2d8793fc /view/tpl/menulist.tpl
parent680baff73d70769714d806c00cc84c6e65faba0f (diff)
downloadvolse-hubzilla-9508967c7350e69bf3321aaa63f5527a3e8096f4.tar.gz
volse-hubzilla-9508967c7350e69bf3321aaa63f5527a3e8096f4.tar.bz2
volse-hubzilla-9508967c7350e69bf3321aaa63f5527a3e8096f4.zip
menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
Diffstat (limited to 'view/tpl/menulist.tpl')
-rw-r--r--view/tpl/menulist.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl
index 0761322cd..4ee382a27 100644
--- a/view/tpl/menulist.tpl
+++ b/view/tpl/menulist.tpl
@@ -7,7 +7,7 @@
{{if $menus }}
<ul id="menulist">
{{foreach $menus as $m }}
-<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu.id}}/drop" title={{$hintdrop}}>{{$drop}}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="medit/{{$m.menu_id}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
+<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu_id}}/drop" title={{$hintdrop}}>{{$drop}}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mitem/{{$m.menu_id}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
{{/foreach}}
</ul>
{{/if}}