Menu Bullet Info
Categories
Component ID
2913512
Component name
Menu Bullet Info
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
272
Component created
Component changed
Component body
This module display a bullet info near a menu item.
The content of the bullet info is the number of rows of a view's results.
Usage in D7:
The display of bullet info does not work with this function in a template file :
theme('links__system_main_menu', array())
Instead use the menu block or an other function like :
$main_menu_tree = menu_tree_all_data('main-menu');
$main_menu_expanded = menu_tree_output($main_menu_tree);
print render($main_menu_expanded);