first commit
This commit is contained in:
16
modules/roy_contactinfo/roy_nav.tpl
Normal file
16
modules/roy_contactinfo/roy_nav.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user