]> git.mxchange.org Git - friendica.git/blobdiff - view/profile_vcard.tpl
Merge remote branch 'upstream/master'
[friendica.git] / view / profile_vcard.tpl
index 08e2e2e3a0d6e309a5990da777baf0ff64d1d193..d1e6847951628e784f0a3983b66c5a2ca7c46d99 100644 (file)
@@ -1,12 +1,11 @@
 <div class="vcard">
 
-       <div class="tool">
-               <div class="fn label">$profile.name</div>
-               {{ if $profile.edit }}<a class="icon s16 edit" href="$profile.edit.0" title="$profile.edit.3"><span>$profile.edit.1</span></a>{{ endif }}
-       </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>
 
 
 
@@ -39,6 +38,9 @@
                        {{ if $connect }}
                                <li><a id="dfrn-request-link" href="dfrn_request/$profile.nickname">$connect</a></li>
                        {{ endif }}
+                       {{ if $wallmessage }}
+                               <li><a id="wallmessage-link" href="wallmessage/$profile.nickname">$wallmessage</a></li>
+                       {{ endif }}
                </ul>
        </div>
 </div>