]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile_vcard.tpl
unify hcard and vcard: make $pdesc available in hcard&vcard
[friendica.git] / view / theme / duepuntozero / templates / profile_vcard.tpl
index bfcbda798cf09ba1dcd2ad4da62384a7365caac3..bd2e92f9e45d0d713300b6f5a78cdb630f82e80d 100644 (file)
@@ -5,7 +5,7 @@
        
        {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
        
-       {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
+       {{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
        <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
 
        {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}