[-] FO : Added condition to display the phone number only if it is set up in the admin

This commit is contained in:
Damien Metzger
2013-12-02 19:12:49 +01:00
parent 8bf49049eb
commit e8088892b5
+1 -1
View File
@@ -189,7 +189,7 @@
<div id="contact-link">
<a href="{$link->getPageLink('contact', true)|escape:'html'}" title="{l s='contact'}">{l s='Contact Us'}</a>
</div>
<span class="shop-phone"><i class="icon-phone"></i>{l s='Call us now toll free:'} <strong>{$shop_phone}(800) 2345-6789</strong></span>
{if $shop_phone}<span class="shop-phone"><i class="icon-phone"></i>{l s='Call us now toll free:'} <strong>{$shop_phone}</strong></span>{/if}
</div>
</div>
<div class="container header-row-2">