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.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/smarty3/xchan_vcard.tpl b/view/tpl/smarty3/xchan_vcard.tpl
index ed0adb966..5d754356f 100644
--- a/view/tpl/smarty3/xchan_vcard.tpl
+++ b/view/tpl/smarty3/xchan_vcard.tpl
@@ -2,3 +2,14 @@
<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>
+