]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile/vcard.tpl
Several settings can now be reached via the site settings
[friendica.git] / view / theme / duepuntozero / templates / profile / vcard.tpl
index ed6d52249468c41901f06bf3348c7424f8afd59a..c6af35ba0069c675ff24199954cfeb1b0d91ba9c 100644 (file)
@@ -1,18 +1,18 @@
 
 <div class="vcard h-card">
 
-       <div class="fn p-name">{{$profile.name}}</div>
+       <div class="fn p-name" dir="auto">{{$profile.name}}</div>
        
        {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
        
-       <div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
+       <div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></div>
 
        {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
 
        {{if $profile.network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_link nofilter}}</dd></dl>{{/if}}
 
        {{if $location}}
-               <dl class="location">
+               <dl class="location" dir="auto">
                        <dt class="location-label">{{$location}}</dt>
                        <dd class="adr h-adr">
                                {{if $profile.address}}<p class="street-address p-street-address">{{$profile.address nofilter}}</p>{{/if}}
@@ -21,7 +21,7 @@
                </dl>
        {{/if}}
 
-       {{if $profile.about}}<div class="title">{{$profile.about nofilter}}</div>{{/if}}
+       {{if $profile.about}}<div class="title" dir="auto">{{$profile.about nofilter}}</div>{{/if}}
 
        {{if $profile.upubkey}}<div class="key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}