diff options
author | duthied <duthied@gmail.com> | 2011-10-02 23:49:16 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-02 23:49:16 -0700 |
commit | 8bfd405beef2224628e1666c1a1248e3c5a2205c (patch) | |
tree | de59b8683feab89273fdab64528cbdb9a7150006 /view/theme/testbubble/match.tpl | |
parent | 297ab898b7642cf8251405cb60e787222f4e5974 (diff) | |
parent | f84c208ac577cb43d24a8a33bbcb865677e1c7ae (diff) | |
download | volse-hubzilla-8bfd405beef2224628e1666c1a1248e3c5a2205c.tar.gz volse-hubzilla-8bfd405beef2224628e1666c1a1248e3c5a2205c.tar.bz2 volse-hubzilla-8bfd405beef2224628e1666c1a1248e3c5a2205c.zip |
Merge pull request #14 from duthied/master
templated 'find similar' content + extended match content in testbubble theme
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 |