]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/profile_vcard.tpl
newline at end of header
[friendica.git] / view / theme / quattro / profile_vcard.tpl
index 7cd02f16486eb38ea54f5bbe54408fc1982936ef..13037c8a21ce352d285463dfca6dd5303f168bbe 100644 (file)
@@ -32,9 +32,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 }}
@@ -45,7 +45,9 @@
 
        {{ 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 }}
        
@@ -54,6 +56,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>