103 lines
4.3 KiB
Smarty
103 lines
4.3 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)
|
|
*}
|
|
<div class="container">
|
|
<div class="row">
|
|
{block name='hook_footer_before'}
|
|
{hook h='displayFooterBefore'}
|
|
{/block}
|
|
</div>
|
|
</div>
|
|
<div class="footer-container">
|
|
<div class="container">
|
|
<div class="row">
|
|
{block name='hook_footer'}
|
|
{hook h='displayFooter'}
|
|
{/block}
|
|
</div>
|
|
<div class="row">
|
|
{block name='hook_footer_after'}
|
|
{hook h='displayFooterAfter'}
|
|
{/block}
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<p class="text-sm-center">
|
|
{block name='copyright_link'}
|
|
<a href="https://www.prestashop.com" target="_blank" rel="noopener noreferrer nofollow">
|
|
{l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
|
|
</a>
|
|
{/block}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{literal}
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PKHXRRHC"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
{/literal}
|
|
|
|
|
|
{block name='product_reviews'}
|
|
<section class="product-reviews">
|
|
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf157014691f02ca4ebe3" ></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 = 'sf157014691f02ca4ebe3';
|
|
var k = document.getElementsByClassName("ekomi-widget-" + token);
|
|
for(var x=0;x<k.length;x++){ registerWidget(w,token); }
|
|
})(window);
|
|
</script>
|
|
{/literal}
|
|
</section>
|
|
{/block} |