diff options
author | friendica <info@friendica.com> | 2014-05-21 20:54:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-21 20:54:09 -0700 |
commit | 751fda97045ad4e399e9a01cc14d8eb058b361a8 (patch) | |
tree | 02f0066e82d006fa9959e7742d520bebf6f25e89 /view/tpl/app_select.tpl | |
parent | e9b006a5eba1672258568ece39499d2488bd95eb (diff) | |
download | volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.gz volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.tar.bz2 volse-hubzilla-751fda97045ad4e399e9a01cc14d8eb058b361a8.zip |
more app work
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r-- | view/tpl/app_select.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl index d6eb2c31a..4cd945388 100644 --- a/view/tpl/app_select.tpl +++ b/view/tpl/app_select.tpl @@ -3,6 +3,9 @@ <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> </ul> </div> |