By mcrittenden on
I need to add a body class from a module. Any idea how this can be done? Or do you know of any modules that do it (without JS)?
Thanks!
I need to add a body class from a module. Any idea how this can be done? Or do you know of any modules that do it (without JS)?
Thanks!
Comments
I believe this can be done in
I believe this can be done in your template.php file. This may be a starting research point for you:
http://api.drupal.org/api/function/phptemplate_body_class/6
Good luck!
- Ryan
Yes, but that's in the theme.
Yes, but that's in the theme. The part I'm having trouble with is doing it from a module.
- Mike, from Little Blue Labs and Drupal Check
Have a look at
Have a look at http://www.midwesternmac.com/blogs/jeff-geerling/adding-class-body-module - for Drupal 7 this is much easier.
__________________
Personal site: www.jeffgeerling.com