diff options
author | RedMatrix <info@friendica.com> | 2014-11-19 09:15:24 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-11-19 09:15:24 +1100 |
commit | bfde28f28eae1f4b00aac03b2714254d14ab7464 (patch) | |
tree | 9e3fc659dda7a83640087b4ca5c216190c99f012 /view/tpl/peoplefind.tpl | |
parent | 39178806736de54cbb0fda20b6bb65779136b9a5 (diff) | |
download | volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.tar.gz volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.tar.bz2 volse-hubzilla-bfde28f28eae1f4b00aac03b2714254d14ab7464.zip |
Revert "Directory shows channel suggestions by default"
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 16af5d8ed..2f23948c8 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -12,6 +12,7 @@ </form> <ul class="nav nav-pills nav-stacked"> {{if $similar}}<li><a href="match" >{{$similar}}</a></li>{{/if}} + {{if $loggedin}}<li><a href="suggest" >{{$suggest}}</a></li>{{/if}} <li><a href="randprof" >{{$random}}</a></li> {{if $loggedin}}{{if $inv}}<li><a href="invite" >{{$inv}}</a></li>{{/if}}{{/if}} </ul> |