Add class to footermap container counting the number of columns
mstrelan - October 15, 2009 - 02:52
| Project: | footermap: a footer site map |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
old code:
$o = "<div class=\"footermap\">". $o ."</div>";new code:
$o = "<div class=\"footermap footermap-$n-columns\">". $o ."</div>";why? you may like to set specific widths depending on how many columns there are

#1
Thanks for this suggestion.
I have been reimplementing this and will actually include a default css file now with the module as well.
#2
It would be great if it had more theme functions that you can override.
#3