aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/xchan_vcard.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/xchan_vcard.tpl')
-rw-r--r--view/tpl/smarty3/xchan_vcard.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/smarty3/xchan_vcard.tpl b/view/tpl/smarty3/xchan_vcard.tpl
new file mode 100644
index 000000000..ed0adb966
--- /dev/null
+++ b/view/tpl/smarty3/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>