diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/xchan_vcard.tpl | 4 |
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> |