diff options
author | Thomas Willingham <founder@kakste.com> | 2014-05-22 19:39:28 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-05-22 19:39:28 +0100 |
commit | 292601728430469f21b81d7055cd485a0efb491c (patch) | |
tree | 4d35371f101a26b69eb8dc6dc15c3be4a884258e /view/tpl/app_select.tpl | |
parent | b06fd69da84626c1e8c1d8b5dbda6f181027a782 (diff) | |
parent | 8e2771cbd409d56917e7d249d80a2c422609f540 (diff) | |
download | volse-hubzilla-292601728430469f21b81d7055cd485a0efb491c.tar.gz volse-hubzilla-292601728430469f21b81d7055cd485a0efb491c.tar.bz2 volse-hubzilla-292601728430469f21b81d7055cd485a0efb491c.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r-- | view/tpl/app_select.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl index 9613b4976..4cd945388 100644 --- a/view/tpl/app_select.tpl +++ b/view/tpl/app_select.tpl @@ -1,10 +1,11 @@ <div class="widget"> <h3>{{$title}}</h3> <ul> -<li><a href="apps/system">{{$system}}</a></li> +<li><a href="apps">{{$system}}</a></li> <li><a href="apps/personal">{{$personal}}</a></li> -<li><a href="apps/featured">{{$featured}}</a></li> -<li><a href="apps/new">{{$new}}</a></li> +<br /> +<li><a href="appman">{{$new}}</a></li> +<li><a href="apps/personal/edit">{{$edit}}</a></li> </ul> </div> |