diff options
author | friendica <info@friendica.com> | 2012-04-10 20:50:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-10 20:50:31 -0700 |
commit | b02a671494b9278b338b015322df7896e4a71696 (patch) | |
tree | dce36262b95c5cccc0b8a219bc3401bec1a0378c /view/peoplefind.tpl | |
parent | 0fa932853c76d8aca9fecf125d4c2d6816fb1a4a (diff) | |
download | volse-hubzilla-b02a671494b9278b338b015322df7896e4a71696.tar.gz volse-hubzilla-b02a671494b9278b338b015322df7896e4a71696.tar.bz2 volse-hubzilla-b02a671494b9278b338b015322df7896e4a71696.zip |
visit "random profile" feature
Diffstat (limited to 'view/peoplefind.tpl')
-rw-r--r-- | view/peoplefind.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/peoplefind.tpl b/view/peoplefind.tpl index eeae2a29a..3c2692d25 100644 --- a/view/peoplefind.tpl +++ b/view/peoplefind.tpl @@ -6,6 +6,7 @@ </form> <div class="side-link" id="side-match-link"><a href="match" >$similar</a></div> <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" target="extlink" >$random</a></div> {{ if $inv }} <div class="side-link" id="side-invite-link" ><a href="invite" >$inv</a></div> {{ endif }} |