d.crysty23 Posted February 2, 2014 Share Posted February 2, 2014 I've started creating a template for prestashop and I want to add a little house icon on the menu, representing the home page. I've added an image so that you can see what I want. What code should I change and in what file? Can you help me? Tks! Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted February 2, 2014 Share Posted February 2, 2014 Hi, I think you need change "blocktopmenu" module. Files blocktopmenu.tpl or blocktopmenu.php Regards Link to comment Share on other sites More sharing options...
d.crysty23 Posted February 2, 2014 Author Share Posted February 2, 2014 where the divs are? Link to comment Share on other sites More sharing options...
vekia Posted February 2, 2014 Share Posted February 2, 2014 block top menu generates contents of menu inside php file but in fact, if you want to display this item as first item in your menu you can edit it in template file Link to comment Share on other sites More sharing options...
d.crysty23 Posted February 10, 2014 Author Share Posted February 10, 2014 (edited) so basically, in order to display that image I need to edit the blocktopmenu.tpl file, right? what line of it? I have the code in html+css <li class="home"><a href="#"><div class="home-image"></div></a></li> can I put this code somewhere? Does it help me with anything? Edited February 10, 2014 by d.crysty23 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts