My favorite just-discovered feature of xMobile template:
in file,
/skin/txs_xmobile/customer/quick-links.tpl
Code:
{if $config.Company.company_phone}
<a href="tel:{$config.Company.company_phone}" class="phone">
{$config.Company.company_phone}</a> {/if}
FREAKING BRILLIANT!!!
A phone number, on a phone, should be clickable, to call the number.
DUH!
Pretty obvious stuff... but not to all mobile designers.
Thanks TXS!
I may be able to take this template live very soon now.