Scroll
Changing the menu structure
Forums
Hello everyone.
I encountered a problem,
In the block, the menu is displayed using the code
<?php
$menu = menu_tree('menu-left');
echo render($menu);
?>
The menu is displayed like this:
<ul class="menu clearfix">
<li class="first leaf"><a title=""
href ="#"
> Title</a></li>
<li class="leaf"><a title
="" href="#"
>
Title
</
a
>
</li></ul> I need the output to be like this:
<ul
class ="sidebar-catlist"><li><a href="#">Title<
span >3</span
> </a>
</li><li><a href="#">Title<span
>10 </span>
</
a
>