17 lines
369 B
Smarty
17 lines
369 B
Smarty
<div id="_desktop_contact_link">
|
|
<div id="contact-link">
|
|
{if $contact_infos.phone}
|
|
{* [1][/1] is for a HTML tag. *}
|
|
{l
|
|
s='Call us: [1]%phone%[/1]'
|
|
sprintf=[
|
|
'[1]' => '<span>',
|
|
'[/1]' => '</span>',
|
|
'%phone%' => $contact_infos.phone
|
|
]
|
|
d='Shop.Theme.Global'
|
|
}
|
|
{/if}
|
|
</div>
|
|
</div>
|