]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile_vcard.tpl
unify hcard and vcard
[friendica.git] / view / theme / duepuntozero / templates / profile_vcard.tpl
index fb5d4e420e68ca02c75127244a61be459f3a66f4..bfcbda798cf09ba1dcd2ad4da62384a7365caac3 100644 (file)
@@ -3,12 +3,14 @@
 
        <div class="fn label">{{$profile.name}}</div>
        
-       {{if $profile.faddr}}<div class="p-faddr">{{$profile.faddr}}</div>{{/if}}
+       {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
        
        {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
        <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
 
+       {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
 
+       {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
 
        {{if $location}}
                <dl class="location"><dt class="location-label">{{$location}}</dt>