From: Tobias Diekershoff Date: Fri, 9 Sep 2016 10:01:59 +0000 (+0200) Subject: only show address information when set X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c3ea9d9f575c2e6642953d88f7d367f8b42b7f8;p=friendica-addons.git only show address information when set --- diff --git a/forumdirectory/templates/forumdirectory_item.tpl b/forumdirectory/templates/forumdirectory_item.tpl index ee38c28a..5b6a946a 100644 --- a/forumdirectory/templates/forumdirectory_item.tpl +++ b/forumdirectory/templates/forumdirectory_item.tpl @@ -18,9 +18,9 @@
{{if $profile.address}}
{{$profile.address}}
{{/if}} - {{$profile.locality}}{{if $profile.locality}}, {{/if}} - {{$profile.region}} - {{$profile.postal-code}} + {{if $profile.locality}}{{$profile.locality}}, {{/if}} + {{if $profile.region}}{{$profile.region}}{{/if}} + {{if $profile.postal-code}}{{$profile.postal-code}}{{/if}} {{if $profile.country-name}}{{$profile.country-name}}{{/if}}