diff options
author | friendica <info@friendica.com> | 2013-09-29 18:34:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-29 18:34:41 -0700 |
commit | bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4 (patch) | |
tree | 9b82bcbe4626be35d5f3b83f3d597a01362b8872 /view | |
parent | a26e48b013f6674e0cb96c143739b0d5c3f71f63 (diff) | |
download | volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.tar.gz volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.tar.bz2 volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.zip |
remove the "Similar Interests" link until somebody makes it work
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 831cd9614..c3cbb064b 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -4,7 +4,9 @@ <form action="directory" method="post" /> <input id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" /><input id="side-peoplefind-submit" type="submit" name="submit" value="{{$findthem}}" /> </form> + {{if $similar}} <div class="side-link" id="side-match-link"><a href="match" >{{$similar}}</a></div> + {{/if}} <div class="side-link" id="side-suggest-link"><a href="suggest" >{{$suggest}}</a></div> <div class="side-link" id="side-random-profile-link" ><a href="randprof" >{{$random}}</a></div> {{if $inv}} |