diff options
author | friendica <info@friendica.com> | 2013-08-13 18:10:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 18:10:03 -0700 |
commit | 680baff73d70769714d806c00cc84c6e65faba0f (patch) | |
tree | e4d66e2d7baf54597e125ad6c4c83dbbd65f1715 /view/tpl/menulist.tpl | |
parent | d6c6a2b144ad1c619cef70310bad7e0cdc920e77 (diff) | |
download | volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.gz volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.tar.bz2 volse-hubzilla-680baff73d70769714d806c00cc84c6e65faba0f.zip |
menu management complete (as opposed to menu *content* management, which is not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
Diffstat (limited to 'view/tpl/menulist.tpl')
-rw-r--r-- | view/tpl/menulist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl index 3ad92cb7e..0761322cd 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>{{$m.menu_name}} <a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a>|<a href="menu/{{$m.menu.id}}/drop" title={{$hintdrop}}>{{$drop}}</a></li> +<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu.id}}/drop" title={{$hintdrop}}>{{$drop}}</a> <a href="medit/{{$m.menu_id}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></li> {{/foreach}} </ul> {{/if}} |