Closed (fixed)
Project:
footermap: a footer site map
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
20 Dec 2007 at 06:25 UTC
Updated:
30 Jan 2018 at 19:13 UTC
Jump to comment: Most recent
Comments
Comment #1
mradcliffeAfter several months of tossing around how I would implement two different types of rendering in 6.x I changed how things are done.
Now footermap will call the drupal standard api theme() for each "block" of menu items (primary links, secondary links, etc...). This automatically uses the UL and LI tags anyway although I haven't tried styling much.
Comment #2
Anonymous (not verified) commentedWill you be porting these changes back to 5.x?
Comment #3
mradcliffeI've created a new branch with these changes for 5.x. It should be in the next development snapshot. If all is well I will release the 5.x version with this branch.
The only issue that I've run into so far is that I cannot use 'menu_headers' while trying to use drupal's theme API. This means that this branch is effectively ignoring the block headers (i.e. menu items where there is no path). Do you need that functionality?
Comment #4
mradcliffere-added menu_headers and the css for it with my own custom theme function.