first commit
This commit is contained in:
29
modules/higallery/views/templates/admin/variables.tpl
Normal file
29
modules/higallery/views/templates/admin/variables.tpl
Normal file
@@ -0,0 +1,29 @@
|
||||
{**
|
||||
* 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|floatval}{literal};
|
||||
var id_lang = {/literal}{$id_lang|intval}{literal};
|
||||
var lang_iso = '{/literal}{$lang_iso|intval}{literal}';
|
||||
var id_shop = {/literal}{$id_shop|intval}{literal};
|
||||
var module_dir = '{/literal}{$module_dir|escape:'htmlall':'UTF-8'}{literal}';
|
||||
var module_image_path = '{/literal}{$module_image_path|escape:'htmlall':'UTF-8'}{literal}';
|
||||
var gallery_secure_key = '{/literal}{$gallery_secure_key|escape:'htmlall':'UTF-8'}{literal}';
|
||||
var gallery_admin_controller_dir = '{/literal}{$gallery_admin_controller_dir nofilter}{literal}';
|
||||
var address_token = '{/literal}{getAdminToken tab='AdminAddresses'}{literal}';
|
||||
{/literal}
|
||||
</script>
|
||||
Reference in New Issue
Block a user