17 lines
504 B
Smarty
17 lines
504 B
Smarty
<div id="contact-link">
|
|
<i class="fa fa-phone"></i>
|
|
<a href="{$urls.pages.contact}">{l s='Contact us' d='Modules.Contactinfo.Shop'}</a>
|
|
{* {if $contact_infos.phone}*}
|
|
{* *}{* First tag [1][/1] is for a HTML tag. *}
|
|
{* {l*}
|
|
{* s='Call us: [1]%phone%[/1]'*}
|
|
{* sprintf=[*}
|
|
{* '[1]' => '<span>',*}
|
|
{* '[/1]' => '</span>',*}
|
|
{* '%phone%' => $contact_infos.phone*}
|
|
{* ]*}
|
|
{* d='Modules.Contactinfo.Shop'*}
|
|
{* }*}
|
|
{* {/if}*}
|
|
</div>
|