]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/profile_vcard.tpl
Merge pull request #515 from simonlnu/master
[friendica.git] / view / theme / duepuntozero / profile_vcard.tpl
index b3f5cc50d6570a43dc99f9d522b9949859d340a5..bcb5baeeb5935607d8033e8b8dcb9ae1baeaaea8 100644 (file)
@@ -5,7 +5,7 @@
                                
        
        {{ 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>
 
 
 
        {{ if $homepage }}<dl class="homepage"><dt class="homepage-label">$homepage</dt><dd class="homepage-url"><a href="$profile.homepage" target="external-link">$profile.homepage</a></dd></dl>{{ endif }}
 
        {{ inc diaspora_vcard.tpl }}{{ endinc }}
-       
+
+       <div id="profile-vcard-break"></div>    
        <div id="profile-extra-links">
                <ul>
                        {{ 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>