
Free PrestaShop themes for v1.2.x
The templates in v1.2.x category are compatible with PrestaShop 1.3.x.
For security reasons, if you use any of these templates and your shop is v1.3.x, you should make sure that the following modifications are applied in your theme:
Change line 8 of errors.tpl in your theme from:
{$smarty.server.HTTP_REFERER|escape:'htmlall':'UTF-8'} to:
{$smarty.server.HTTP_REFERER|escape:'htmlall':'UTF-8'|secureReferrer} and line 274 of shopping-cart.tpl from:
{$smarty.server.HTTP_REFERER|escape:'htmlall':'UTF-8'} to:
{$smarty.server.HTTP_REFERER|escape:'htmlall':'UTF-8'|secureReferrer} 
