Hello all,
i've downloaded prestashop from github along with the relative classic theme, BUT some images src value is wrong:
<img class="logo img-responsive" src="{$urls.img_ps_url}{$shop.logo}" alt="{$shop.name}">
The result its obviously(?) wrong
http://my-server.local/img//img/presta-dev-logo-1584086694.jpg
It is a bug? a new non accomplished way of storing the images url, still not compatible with latest prestashop build?
Beacuse i'd like to customize the classic theme, but if theres other errors, or incompatibilities i think i've to get back to the previous (deprecated, non ES6 etc) theme version.
Thanks guys!