]> git.mxchange.org Git - friendica.git/blobdiff - view/profile_vcard.tpl
diabook-themes: move "common tabs" to left side on settings page
[friendica.git] / view / profile_vcard.tpl
old mode 100644 (file)
new mode 100755 (executable)
index 88111b0..154f223
@@ -1,8 +1,11 @@
 <div class="vcard">
 
-       <div class="fn">$profile.name</div>
+       <div class="fn label">$profile.name</div>
+       
+                               
+       
        {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
-       <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name"></div>
+       <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name"></div>