Files
lulandia.pl/modules/pagecache/views/templates/admin/get-content-tab-jpresta-report.tpl
2025-04-01 00:38:54 +02:00

14 lines
936 B
Smarty

{*
* Page Cache Ultimate, Page Cache standard and Speed pack are powered by Jpresta (jpresta . com)
*
* @author Jpresta
* @copyright Jpresta
* @license See the license of this module in file LICENSE.txt, thank you.
*}
{if !$maybe_a_clone}
<iframe loading="lazy" src="{$jpresta_api_url_cw|escape:'html':'UTF-8'}?page=report&nogutter{if $is_multistores}&multistores{/if}&ps_token={$jpresta_ps_token|escape:'url':'UTF-8'}&jpresta_account_key={$jpresta_account_key|escape:'url':'UTF-8'}&shop_url={$pagecache_cron_base|escape:'url':'UTF-8'}&shop_url_cw={$pagecache_cw_url|escape:'url':'UTF-8'}&shop_name={$shop_name|escape:'url':'UTF-8'}&ps_version={$prestashop_version|escape:'url':'UTF-8'}&module_name={$module_name|escape:'url':'UTF-8'}&module_version={$module_version|escape:'url':'UTF-8'}"
style="width: 100%; height: 1500px; border: none"></iframe>
{else}
{include file='./get-content-tab-license.tpl'}
{/if}