]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/vcard-widget.tpl
Merge pull request #3335 from annando/issue-3331
[friendica.git] / view / theme / frio / templates / vcard-widget.tpl
index 472dced2b4b5a5c666e0b71032c6d62275abbfca..040a6aa84a2326b45c95b936adba0690e0ac6a9a 100644 (file)
@@ -1,9 +1,9 @@
 
-<div class="vcard widget">
+<div class="vcard widget h-card">
        {{if $url}}
-               <div id="profile-photo-wrapper" class="thumbnail"><a href="{{$url}}"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></a></div>
+               <div id="profile-photo-wrapper" class="thumbnail"><a class="u-url" href="{{$url}}"><img class="vcard-photo photo u-photo" src="{{$photo}}" alt="{{$name}}" /></a></div>
        {{else}}
-               <div id="profile-photo-wrapper" class="thumbnail"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></div>
+               <div id="profile-photo-wrapper" class="thumbnail"><img class="vcard-photo photo u-photo" src="{{$photo}}" alt="{{$name}}" /></div>
        {{/if}}
 
        {{* The short information which will appended to the second navbar by scrollspy *}}
@@ -21,7 +21,7 @@
        </div>
 
        <div class="panel-body">
-               <div class="fn">{{$name}}</div>
+               <div class="fn p-name">{{$name}}</div>
                {{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
                {{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}