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.

CommentFileSizeAuthor
#1 grid_inspired_269122_02.patch4.75 KBmarquardt

Comments

marquardt’s picture

Status: Active » Needs review
StatusFileSize
new4.75 KB

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