diff options
author | friendica <info@friendica.com> | 2013-12-14 17:03:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-14 17:03:37 -0800 |
commit | d14e2db6b436b3190db0c506cf5f907bd1a7fcc9 (patch) | |
tree | 43e04315c97c47e0b75a1048e645e3e5968eeb4b /view/tpl | |
parent | c00f0d4b282f2242b9c2e154a5381029cf0dc812 (diff) | |
download | volse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.tar.gz volse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.tar.bz2 volse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.zip |
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index aef341d41..45b3d7d4b 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -7,8 +7,8 @@ </form> <br /> {{if $similar}}<a href="match" >{{$similar}}</a><br />{{/if}} - <a href="suggest" >{{$suggest}}</a><br /> + {{if $loggedin}}<a href="suggest" >{{$suggest}}</a><br />{{/if}} <a href="randprof" >{{$random}}</a><br /> - {{if $inv}}<a href="invite" >{{$inv}}</a>{{/if}} + {{if $loggedin}}{{if $inv}}<a href="invite" >{{$inv}}</a>{{/if}}{{/if}} </div> |