Hi All,
I need to use CHtml::link() inside " ".
Here is my existing code-
$html .="<li>\n <a href='books".$menu['items'][$itemId]['link']."'>
".$menu['items'][$itemId]['label']."
</a> \n";
$html .= buildMenutree($itemId, $menu);
$html .= "</li> \n";
I hope can find a nice solution.