aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app_select.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-01 22:15:21 -0700
committerfriendica <info@friendica.com>2014-06-01 22:15:21 -0700
commit17e575e1ebcc7ea232530bd0c1dddef334122f96 (patch)
treea42c6101e01f0d933add0c9c86f2b03fc8e45ccc /view/tpl/app_select.tpl
parentf5d3a724d25ab12c4746431b25b54f5e3e52bbba (diff)
downloadvolse-hubzilla-17e575e1ebcc7ea232530bd0c1dddef334122f96.tar.gz
volse-hubzilla-17e575e1ebcc7ea232530bd0c1dddef334122f96.tar.bz2
volse-hubzilla-17e575e1ebcc7ea232530bd0c1dddef334122f96.zip
don't show app editing options to non-authenticated folks
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r--view/tpl/app_select.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
index 4cd945388..05f527371 100644
--- a/view/tpl/app_select.tpl
+++ b/view/tpl/app_select.tpl
@@ -1,3 +1,4 @@
+{{if $authed}}
<div class="widget">
<h3>{{$title}}</h3>
<ul>
@@ -8,4 +9,5 @@
<li><a href="apps/personal/edit">{{$edit}}</a></li>
</ul>
</div>
+{{/if}}