22 lines
883 B
Smarty
22 lines
883 B
Smarty
{*
|
|
* 2007-2015 PrestaShop
|
|
*
|
|
* 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-2015 PrestaShop SA
|
|
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
|
|
<div class="block">
|
|
<h4 class="title_block">{l s='OUR PAYMENT MODULE' mod='cmcicpaiement'}</h4>
|
|
<div class="block_content cmcicpaiement" align="center">
|
|
<img src="{$img_url|escape:'htmlall':'UTF-8'}" class="img-responsive" alt="{l s='CMCIC logo' mod='cmcicpaiement'}" style="display: block; max-width: 100%; height: auto;" />
|
|
</div>
|
|
</div>
|
|
<div class="clear"> </div> |