Closed (fixed)
Project:
footermap: a footer site map
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 02:52 UTC
Updated:
3 Dec 2009 at 19:50 UTC
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
Comments
Comment #1
mradcliffeThanks for this suggestion.
I have been reimplementing this and will actually include a default css file now with the module as well.
Comment #2
mstrelan commentedIt would be great if it had more theme functions that you can override.
Comment #3
mradcliffe