Jump to content

Add catégories's images as Thumbnails in Horizontal menu


Recommended Posts

Hi,

 

I installed prestashop 1.6 and for my new site i would like to add default categories's images near categories's names in Horizontal menu,

 

I tried to add the folowing code in blocktopmenu.php (class generateCategoriesMenu)

 

$html .= '<a href="'.$link.'" title="'.$category['name'].'">'.$category['name']'.'<img src="$this->context->link->getMediaLink(_THEME_CAT_DIR_.$file)"'/>.'</a>'; 

 

but i'm far from the right answer,

 

please Help !!

 

Thanks a lot!!

Link to comment
Share on other sites

×
×
  • Create New...