diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-03 01:45:27 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-03 01:45:27 -0500 |
commit | f84c208ac577cb43d24a8a33bbcb865677e1c7ae (patch) | |
tree | 318410ff673160575b7060335a5f443244d6dd03 /view/theme/testbubble/match.tpl | |
parent | da53ebf4b3431559d2383dd9e0651de44e9714e8 (diff) | |
download | volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.tar.gz volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.tar.bz2 volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.zip |
broke 'find similar' matches content into a tpl in core, added an extended tpl to testbubble that lists the profile tags
Diffstat (limited to 'view/theme/testbubble/match.tpl')
-rw-r--r-- | view/theme/testbubble/match.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/testbubble/match.tpl b/view/theme/testbubble/match.tpl new file mode 100644 index 000000000..49c3c81e4 --- /dev/null +++ b/view/theme/testbubble/match.tpl @@ -0,0 +1,10 @@ +<div class="profile-match-wrapper"> + <div class="profile-match-photo"> + <a href="$url"> + <img src="$photo" alt="$name" /> + </a> + </div> + <span><a href="$url">$name</a> is interested in:<br />$tags</span> + <div class="profile-match-break"></div> + <div class="profile-match-end"></div> +</div>
\ No newline at end of file |