This commit is contained in:
2025-03-05 09:26:04 +01:00
parent 5cf0717170
commit d7bba13cdf
5028 changed files with 286142 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
- assets\css\theme.css
- assets\js\theme.js
- config\.htaccess
- modules\ps_bestsellers\views\templates\hook\ps_bestsellers.tpl
- modules\ps_contactinfo\ps_contactinfo.tpl
- modules\ps_customeraccountlinks\ps_customeraccountlinks.tpl
- modules\ps_emailsubscription\views\templates\hook\ps_emailsubscription.tpl
- modules\ps_featuredproducts\views\templates\hook\ps_featuredproducts.tpl
- modules\ps_linklist\views\templates\hook\linkblock.tpl
- modules\ps_newproducts\views\templates\hook\ps_newproducts.tpl
- modules\ps_specials\views\templates\hook\ps_specials.tpl
- templates\_partials\breadcrumb.tpl
- templates\_partials\head.tpl
- templates\catalog\_partials\miniatures\brand.tpl
- templates\catalog\_partials\miniatures\product.tpl
- templates\catalog\_partials\facets.tpl
- templates\catalog\_partials\product-customization.tpl
- templates\catalog\_partials\product-details.tpl
- templates\catalog\_partials\product-discounts.tpl
- templates\catalog\_partials\product-prices.tpl
- templates\catalog\_partials\product-variants.tpl
- templates\catalog\_partials\quickview.tpl
- templates\catalog\listing\category.tpl
- templates\catalog\product.tpl
- templates\cms\stores.tpl
- templates\customer\discount.tpl
- templates\checkout\_partials\cart-summary-product-line.tpl

View File

@@ -0,0 +1,25 @@
**** TPL files change:
- modules\ps_languageselector\ps_languageselector.tpl
- templates\_partials\form-fields.tpl
- templates\catalog\_partials\product-details.tpl
- templates\catalog\_partials\product-prices.tpl
- templates\catalog\listing\category.tpl
- templates\catalog\listing\product-list.tpl
- templates\checkout\_partials\steps\payment.tpl
- templates\checkout\_partials\address-form.tpl
- templates\checkout\_partials\cart-detailed.tpl
- templates\checkout\_partials\cart-detailed-product-line.tpl
- templates\checkout\_partials\order-confirmation-table.tpl
- templates\customer\order-return.tpl
- templates\checkout\checkout.tpl
**** JS files change:
- assets\js\theme.js
**** Files removed:
- modules\ps_legalcompliance\views\templates\hook\hookDisplayOverrideTemplateFooter.tpl
**** New files adding:
- modules\ps_legalcompliance\views\templates\hook\hookDisplayFooter.tpl
- templates\catalog\_partials\category-header.tpl

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2017 PrestaShop
*
* 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.txt.
* 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 http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright PrestaShop SA
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;