diff options
author | friendica <info@friendica.com> | 2013-08-13 20:57:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 20:57:03 -0700 |
commit | 9508967c7350e69bf3321aaa63f5527a3e8096f4 (patch) | |
tree | c2b6c78f47cf2c7a1623d4bc528b58cc2d8793fc /view/tpl/menuedit.tpl | |
parent | 680baff73d70769714d806c00cc84c6e65faba0f (diff) | |
download | volse-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/menuedit.tpl')
-rw-r--r-- | view/tpl/menuedit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl index a46727c55..ea9e775e2 100644 --- a/view/tpl/menuedit.tpl +++ b/view/tpl/menuedit.tpl @@ -2,7 +2,7 @@ <h2>{{$header}}</h2> {{if $menu_id}} -<a href="medit/{{$menu_id}}" title="{{$hintedit}}">{{$editcontents}}</a> +<a href="mitem/{{$menu_id}}" title="{{$hintedit}}">{{$editcontents}}</a> {{/if}} <form id="menuedit" action="menu{{if $menu_id}}/{{$menu_id}}{{/if}}" method="post" > |