aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/menulist.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-06 05:05:31 +0100
committerThomas Willingham <founder@kakste.com>2013-09-06 05:05:31 +0100
commit789536f5a72d950cc6a0e641e733a8443286750b (patch)
tree20f463279ef63babb69babf854cf265e69d49b31 /view/tpl/menulist.tpl
parentf8801185588a058a26c7aabd6be22ec27ee91b38 (diff)
downloadvolse-hubzilla-789536f5a72d950cc6a0e641e733a8443286750b.tar.gz
volse-hubzilla-789536f5a72d950cc6a0e641e733a8443286750b.tar.bz2
volse-hubzilla-789536f5a72d950cc6a0e641e733a8443286750b.zip
Fix new menu link.
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 4ee382a27..19428aca2 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="mitem/{{$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}}/new" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
{{/foreach}}
</ul>
{{/if}}