Need to provide a new feature where a vocabulary can be transformed to a collapsible horizontal menus using ordered lists (ol). CSS will be used to provide the collapsibility.

It will be called with something like this in the theme, or from a block:

sitemenu_display_menu($vocab_id);

Comments

kbahey’s picture

Version: 4.6.x-1.x-dev » 6.x-1.x-dev
Status: Active » Needs work

this can be done in theory with the Taxonomy Menu module in conjunction with the Nice Menus module, and some theming.

However, if someone can provide an easier way that is themeable, I will include it.