]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/profile_vcard.tpl
Implement Smarty3
[friendica.git] / view / theme / quattro / profile_vcard.tpl
index 7cd02f16486eb38ea54f5bbe54408fc1982936ef..373b47a4f062963f911ebace67c71d2064d184ec 100644 (file)
 
        {{ if $marital }}<dl class="marital"><dt class="marital-label"><span class="heart">&hearts;</span>$marital</dt><dd class="marital-text">$profile.marital</dd></dl>{{ endif }}
 
-       {{ 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 }}
+       {{ 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 }}
+       {{ inc $diaspora_vcard with $diaspora=$diaspora_info }}{{ endinc }}
        
        <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>