How to add logo in my prestashop template advance footer

1.6k Views Asked by At

I am using leo sportsshoe free responsive template of prestashop.I have used advance footer module.I need to add my site logo in my advance footer section.How to get it?

1

There are 1 best solutions below

0
On

{$logo_url} in this variable you will be having the logo image link. you can just use it in where want.

if you want it in your footer means you can call it edit your footer.tpl file in your theme folder.

<img src="{$logo_url}" alt="">

insert this code where you want to place your image.