This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -25,7 +25,7 @@
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' 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);

View File

@@ -30,6 +30,6 @@
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
{/foreach}
</div>
<a href="{$allNewProductsLink|escape:'html':'UTF-8'}">{l s='All new products' d='Modules.Newproducts.Shop'}</a>
<a href="{$allNewProductsLink}">{l s='All new products' d='Modules.Newproducts.Shop'}</a>
</section>

View File

@@ -25,7 +25,7 @@
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' 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);