### Eclipse Workspace Patch 1.0 #P drupal-6 Index: includes/theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.365 diff -u -r1.365 theme.inc --- includes/theme.inc 2 Aug 2007 20:08:52 -0000 1.365 +++ includes/theme.inc 9 Aug 2007 21:15:20 -0000 @@ -1691,6 +1691,7 @@ else { $body_classes[] = 'no-sidebars'; } + $variables['body_classes_array'] = $body_classes; // Implode with spaces. $variables['body_classes'] = implode(' ', $body_classes);