]> git.mxchange.org Git - friendica.git/commitdiff
Give access to contact's profile-URL
authorFlxAlbroscheit <felix@artplantation.de>
Tue, 10 Mar 2015 21:47:38 +0000 (22:47 +0100)
committerFlxAlbroscheit <felix@artplantation.de>
Tue, 10 Mar 2015 21:47:38 +0000 (22:47 +0100)
view/templates/vcard-widget.tpl

index 983a8e9e3fe2de90ef21141d13b95be2edcdaa95..bc1a571bea5adb619b39f8ff97a24dda3ecf1bb3 100644 (file)
@@ -1,6 +1,6 @@
 
        <div class="vcard">
-               <div class="fn">{{$name}}</div>
-               <div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
+               <div class="fn"><a href="{{$url}}">{{$name}}</a></div>
+               <div id="profile-photo-wrapper"><a href="{{$url}}"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
        </div>