27 lines
597 B
Smarty
27 lines
597 B
Smarty
{**
|
|
* 2012 - 2020 HiPresta
|
|
*
|
|
* MODULE Gallery
|
|
*
|
|
* @author HiPresta <support@hipresta.com>
|
|
* @copyright HiPresta 2020
|
|
* @license Addons PrestaShop license limitation
|
|
* @link https://hipresta.com
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Don't use this module on several shops. The license provided by PrestaShop Addons
|
|
* for all its modules is valid only once for a single shop.
|
|
*}
|
|
|
|
<script type="text/javascript">
|
|
{literal}
|
|
var psv = '{/literal}{$psv|escape:'htmlall':'UTF-8'}{literal}';
|
|
var gl_secure_key = '{/literal}{$gl_secure_key|escape:'htmlall':'UTF-8'}{literal}';
|
|
{/literal}
|
|
</script>
|
|
|
|
|
|
|
|
|