]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/profile_vcard.tpl
Merge branch 'master' into fixes
[friendica.git] / view / theme / duepuntozero / profile_vcard.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 154f223..e91e612
@@ -16,9 +16,9 @@
                        <span class="city-state-zip">
                                <span class="locality">$profile.locality</span>{{ if $profile.locality }}, {{ endif }}
                                <span class="region">$profile.region</span>
-                               <span class="postal-code">$profile.postal-code</span>
+                               <span class="postal-code">$profile.postal_code</span>
                        </span>
-                       {{ if $profile.country-name }}<span class="country-name">$profile.country-name</span>{{ endif }}
+                       {{ if $profile.country_name }}<span class="country-name">$profile.country_name</span>{{ endif }}
                </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 }}
-       
+
+       <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>