Closed
Description
Describe the bug
Since the latest changes on 1.7.7.x, themes are broken after an upgrade.
For example in the classic theme we now have:
<link rel="icon" type="image/vnd.microsoft.icon" href="{$urls.img_ps_url}{$shop.favicon}?{$shop.favicon_update_time}">
When it should be
<link rel="icon" type="image/vnd.microsoft.icon" href="{$shop.favicon}?{$shop.favicon_update_time}">
Expected behavior
We should be able to reach logo
, stores_icon
, favicon
without having to put the _PS_IMG_
constant before.
Steps to Reproduce
Steps to reproduce the behavior:
Use a theme that is not the classic theme
For example: https://github.com/prestarocket-agence/classic-rocket
Additional information
- PrestaShop version: 1.7.7.x
- PHP version: N/A
Activity
ghost commentedon Nov 18, 2020
@PierreRambaud you don't have to use an other theme juste skip update theme during install it's easier for test :)
16 remaining items