Posted by kbahey on November 26, 2005 at 5:01am
Jump to:
| Project: | SiteMenu |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | kbahey |
| Status: | needs work |
Issue Summary
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:
<?php
sitemenu_display_menu($vocab_id);
?>
Comments
#1
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.