75 lines
3.2 KiB
Smarty
75 lines
3.2 KiB
Smarty
{**
|
|
* Copyright since 2007 PrestaShop SA and Contributors
|
|
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
|
|
*
|
|
* 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.md.
|
|
* 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 https://devdocs.prestashop.com/ for more information.
|
|
*
|
|
* @author PrestaShop SA and Contributors <contact@prestashop.com>
|
|
* @copyright Since 2007 PrestaShop SA and Contributors
|
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
|
*}
|
|
{extends file='page.tpl'}
|
|
|
|
{block name='page_content_container'}
|
|
<section id="content" class="page-home">
|
|
{block name='page_content_top'}{/block}
|
|
|
|
{block name='page_content'}
|
|
{block name='hook_home'}
|
|
{$HOOK_HOME nofilter}
|
|
{/block}
|
|
{/block}
|
|
</section>
|
|
|
|
<section id="hp-ekomi-widget">
|
|
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf15701468f8809b193f3" ></div>
|
|
<a href="https://www.ekomi-pl.com/opinie-kikiriki.sklep_pl.html" target="_blank"><img alt="LIRIA Monika Pałys-Łuszczko Reviews with ekomi-pl.com" src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;"/></a>
|
|
|
|
{literal}
|
|
<script type="text/javascript">
|
|
function registerWidget (w, token) {
|
|
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
|
|
w['_customerId'] = 157014;
|
|
|
|
if (w['_language'] == undefined) {
|
|
w['_language'] = new Array();
|
|
}
|
|
w['_language'][token] = 'auto';
|
|
|
|
if(typeof(w['_ekomiWidgetTokens']) !== 'undefined'){
|
|
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
|
|
} else {
|
|
w['_ekomiWidgetTokens'] = new Array(token);
|
|
}
|
|
if(typeof(ekomiWidgetJs) == 'undefined') {
|
|
ekomiWidgetJs = true;
|
|
var scr = document.createElement('script');scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
|
|
var head = document.getElementsByTagName('head')[0];head.appendChild(scr);
|
|
|
|
} else {if (typeof ekomiWidgetMain != 'undefined') {ekomiWidgetMain('ajax', token);}}
|
|
return true;
|
|
}
|
|
(function (w) {
|
|
var token = 'sf15701468f8809b193f3';
|
|
var k = document.getElementsByClassName("ekomi-widget-" + token);
|
|
for(var x=0;x<k.length;x++){ registerWidget(w,token); }
|
|
})(window);
|
|
</script>
|
|
{/literal}
|
|
</section>
|
|
{/block}
|