aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-15 19:05:42 -0800
committerfriendica <info@friendica.com>2015-01-15 19:05:42 -0800
commitdfe31dc3b7a041050203b7c0edfd245b1efc0121 (patch)
treef8550796016c421c6a3312c40cd231d7733d7201 /view/tpl/xchan_vcard.tpl
parent10960be69d9b00547546006e724321f8244fa685 (diff)
downloadvolse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.gz
volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.bz2
volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.zip
more heavy lifting on poco rep
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rwxr-xr-xview/tpl/xchan_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index 929965727..b72250bec 100755
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -1,6 +1,6 @@
<div class="vcard">
<div class="fn">{{$name}}</div>
-<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></div>
+<div id="profile-photo-wrapper"><a href="{{$link}}"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></a></div>
</div>