aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-30 21:37:58 -0700
committerfriendica <info@friendica.com>2012-10-30 21:37:58 -0700
commitfb173900a16938c3ab7f066e4909d50b9f764473 (patch)
treec5fae3b508000ed629b5483c573e07cea8b9565a /view/tpl/xchan_vcard.tpl
parentffadf260c0682e069ef81fe34c75e1217b7e37fb (diff)
downloadvolse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.tar.gz
volse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.tar.bz2
volse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.zip
more progress on address book
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r--view/tpl/xchan_vcard.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
new file mode 100644
index 000000000..6bc56ce74
--- /dev/null
+++ b/view/tpl/xchan_vcard.tpl
@@ -0,0 +1,4 @@
+<div class="vcard">
+<div class="fn">$name</div>
+<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="$photo" alt="name" /></div>
+</div>