1
same code in three templates: xdir_listingfull.html, xdir_link.html and xdir_premiumlink.html. The original code is:
<{$link.city}>, <{$link.state}> <{$link.zip}>
<{$lang_phone}><{$link.phone}>
My modification is:
<{if $link.city != ""}><{$link.city}>, <{/if}><{if $state.state != ""}>
<{$link.state}> <{$link.zip}>
<{/if}>
<{if $link.phone != ""}>
<{$lang_phone}><{$link.phone}>
<{/if}>