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
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

mradcliffe - November 11, 2009 - 14:37
Status:active» patch (to be ported)

Thanks for this suggestion.

I have been reimplementing this and will actually include a default css file now with the module as well.

#2

mstrelan - November 11, 2009 - 22:56

It would be great if it had more theme functions that you can override.

#3

mradcliffe - November 19, 2009 - 19:41
Status:patch (to be ported)» fixed
 
 

Drupal is a registered trademark of Dries Buytaert.