diff options
author | friendica <info@friendica.com> | 2014-06-10 21:21:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-10 21:21:50 -0700 |
commit | 13ba9ef0037656b1e12d627f767fc2fc8781632a (patch) | |
tree | d447808b595ca2ae26e24ea7ec0646c2a625e000 /view/tpl/app_select.tpl | |
parent | e41375c8892b547c4bb01cb07fc5b771a756fd6e (diff) | |
download | volse-hubzilla-13ba9ef0037656b1e12d627f767fc2fc8781632a.tar.gz volse-hubzilla-13ba9ef0037656b1e12d627f767fc2fc8781632a.tar.bz2 volse-hubzilla-13ba9ef0037656b1e12d627f767fc2fc8781632a.zip |
merge the app menus
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r-- | view/tpl/app_select.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl index 05f527371..5cf3f40d6 100644 --- a/view/tpl/app_select.tpl +++ b/view/tpl/app_select.tpl @@ -2,11 +2,8 @@ <div class="widget"> <h3>{{$title}}</h3> <ul> -<li><a href="apps">{{$system}}</a></li> -<li><a href="apps/personal">{{$personal}}</a></li> -<br /> <li><a href="appman">{{$new}}</a></li> -<li><a href="apps/personal/edit">{{$edit}}</a></li> +<li><a href="apps/edit">{{$edit}}</a></li> </ul> </div> {{/if}} |