// blockcontact switch phone

This commit is contained in:
gRoussac
2013-12-11 21:28:33 +01:00
parent 4895c95a19
commit 89874a063d
@@ -25,8 +25,8 @@
<div id="contact-link">
<a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='contact' mod='blockcontact'}">{l s='Contact Us' mod='blockcontact'}</a>
</div>
{if $shop_phone}
{if $telnumber}
<span class="shop-phone">
<i class="icon-phone"></i>{l s='Call us now toll free:'} <strong>{$shop_phone}</strong>
<i class="icon-phone"></i>{l s='Call us now toll free:'} <strong>{$telnumber}</strong>
</span>
{/if}