Make markup / CSS classes compatible with Drupal 6
marquardt - June 10, 2008 - 22:43
| Project: | Grid Inspired |
| Version: | 5.x-5.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Description
The CSS classes in the markup for the side columns is (probably) based on early version of the Drupal 6 default markup. The classes are contained in the $body_classes variable defined in template.php. In Drupal 6.2, a class named 'two-sidebars' i sused instead of 'both-sidebars', which is used in the grid_inspired theme. Certainly not a big issue, but it would be nice if the markup of the theme would be compatible with Drupal 6.

#1
The attached patch fixes the issue by modifying the setting of $body_classes in template.php (copied from core) and style.css accordingly.