1
makesense200
bug found in xDirectory 1.5 templates

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}>




Login

Who's Online

424 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 424


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits