diff options
author | friendica <info@friendica.com> | 2012-10-30 21:37:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-30 21:37:58 -0700 |
commit | fb173900a16938c3ab7f066e4909d50b9f764473 (patch) | |
tree | c5fae3b508000ed629b5483c573e07cea8b9565a /view/tpl | |
parent | ffadf260c0682e069ef81fe34c75e1217b7e37fb (diff) | |
download | volse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.tar.gz volse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.tar.bz2 volse-hubzilla-fb173900a16938c3ab7f066e4909d50b9f764473.zip |
more progress on address book
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> |