[-] MO : blocktopmenu : #PSCFV-3762 : Add link for CMS categories

This commit is contained in:
lLefevre
2012-08-28 07:27:23 +00:00
parent c1b00f5e74
commit 08a22ece96

View File

@@ -541,7 +541,7 @@ class Blocktopmenu extends Module
$category = new CMSCategory((int)$id, (int)$id_lang);
if (count($category))
{
$this->_menu .= '<li><a href="#">'.$category->name.'</a>';
$this->_menu .= '<li><a href="'.$category->getLink().'">'.$category->name.'</a>';
$this->getCMSMenuItems($category->id);
$this->_menu .= '</li>'.PHP_EOL;
}