diff options
Diffstat (limited to 'view/tpl/smarty3/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/smarty3/xchan_vcard.tpl | 15 |
1 files changed, 15 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..5d754356f --- /dev/null +++ b/view/tpl/smarty3/xchan_vcard.tpl @@ -0,0 +1,15 @@ +<div class="vcard"> +<div class="fn">{{$name}}</div> +<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="name" /></div> +</div> + + + +<div id="profile-extra-links"> +<ul> +{{if $connect}} + <li><a id="follow-link" href="follow?f=&url={{$follow}}">{{$connect}}</a></li> +{{/if}} +</ul> +</div> + |