Mariem KPMC Posted May 14, 2014 Share Posted May 14, 2014 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 More sharing options...
Mariem KPMC Posted May 20, 2014 Author Share Posted May 20, 2014 Any help please... Link to comment Share on other sites More sharing options...
Recommended Posts