aboutsummaryrefslogtreecommitdiffstats
path: root/view/common_friends.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-01 19:16:33 -0700
committerFriendika <info@friendika.com>2011-11-01 19:16:33 -0700
commit3d9a9614e232a3ff207803be1092b1d42bcadde6 (patch)
treeaf9ba51b8cefc4246a2627ec2e94b940c6531aa4 /view/common_friends.tpl
parent0975ea86101281befec9258d58e28c88d7b8ae4d (diff)
downloadvolse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.tar.gz
volse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.tar.bz2
volse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.zip
common friends
Diffstat (limited to 'view/common_friends.tpl')
-rw-r--r--view/common_friends.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/common_friends.tpl b/view/common_friends.tpl
new file mode 100644
index 000000000..1f610d8c4
--- /dev/null
+++ b/view/common_friends.tpl
@@ -0,0 +1,12 @@
+<div class="profile-match-wrapper">
+ <div class="profile-match-photo">
+ <a href="$url">
+ <img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" />
+ </a>
+ </div>
+ <div class="profile-match-break"></div>
+ <div class="profile-match-name">
+ <a href="$url" title="$name[$tags]">$name</a>
+ </div>
+ <div class="profile-match-end"></div>
+</div> \ No newline at end of file