Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/modules/ps_contactinfo/
?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/modules
{**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2017 PrestaShop SA
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="block-contact col-lg-12 col-md-12 col-sm-12 links">
{if $contact_infos.company}
<span>
{l s='%company%'
sprintf=[
'%company%' => $contact_infos.company
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.phone}
<span>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="14px" height="14px">
<path fill-rule="evenodd" fill="rgb(178, 178, 178)"
d="M2.816,6.058 C3.935,8.260 5.740,10.056 7.941,11.184 L9.652,9.473 C9.862,9.263 10.173,9.193 10.446,9.286 C11.317,9.574 12.258,9.729 13.222,9.729 C13.650,9.729 14.000,10.079 14.000,10.507 L14.000,13.222 C14.000,13.650 13.650,13.999 13.222,13.999 C5.919,13.999 -0.000,8.080 -0.000,0.777 C-0.000,0.349 0.350,-0.001 0.778,-0.001 L3.500,-0.001 C3.928,-0.001 4.278,0.349 4.278,0.777 C4.278,1.749 4.433,2.682 4.721,3.554 C4.807,3.826 4.744,4.129 4.527,4.347 L2.816,6.058 Z"/>
</svg>
{* [1][/1] is for a HTML tag. *}
{l s='[1]%phone%[/1]'
sprintf=[
'[1]' => '',
'[/1]' => '',
'%phone%' => $contact_infos.phone
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.email}
<span>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="15px" height="12px">
<path fill-rule="evenodd" fill="rgb(178, 178, 178)"
d="M13.500,-0.001 L1.500,-0.001 C0.675,-0.001 0.007,0.675 0.007,1.499 L-0.000,10.500 C-0.000,11.324 0.675,12.000 1.500,12.000 L13.500,12.000 C14.325,12.000 15.000,11.324 15.000,10.500 L15.000,1.499 C15.000,0.675 14.325,-0.001 13.500,-0.001 ZM13.500,2.999 L7.500,6.749 L1.500,2.999 L1.500,1.499 L7.500,5.249 L13.500,1.499 L13.500,2.999 Z"/>
</svg>
{* [1][/1] is for a HTML tag. *}
{l
s='Email us: [1]%email%[/1]'
sprintf=[
'[1]' => '',
'[/1]' => '',
'%email%' => $contact_infos.email
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.address.country}
<span>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="11px" height="16px">
<path fill-rule="evenodd" fill="rgb(178, 178, 178)"
d="M5.500,-0.001 C2.459,-0.001 -0.000,2.503 -0.000,5.599 C-0.000,9.800 5.500,15.999 5.500,15.999 C5.500,15.999 11.000,9.800 11.000,5.599 C11.000,2.503 8.541,-0.001 5.500,-0.001 ZM5.500,7.600 C4.416,7.600 3.536,6.703 3.536,5.599 C3.536,4.495 4.416,3.599 5.500,3.599 C6.584,3.599 7.464,4.495 7.464,5.599 C7.464,6.703 6.584,7.600 5.500,7.600 Z"/>
</svg>{$contact_infos.address.country nofilter}</span>
{/if}
{if $contact_infos.address.address1}
<span>
{l s='%address1%'
sprintf=[
'%address1%' => $contact_infos.address.address1
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.address.address2}
<span>
{l s='%address2%'
sprintf=[
'%address2%' => $contact_infos.address.address2
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.address.city}
<span>
{l s='%city%'
sprintf=[
'%city%' => $contact_infos.address.city
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.address.postcode}
<span>
{l s='%postcode%'
sprintf=[
'%postcode%' => $contact_infos.address.postcode
]
d='Shop.Theme.Global'
}
</span>
{/if}
{if $contact_infos.fax}
<span>
{l
s='Fax: %fax%'
sprintf=[
'%fax%' => $contact_infos.fax
]
d='Shop.Theme.Global'
}</span>
{/if}
</div>