Closed (fixed)
Project:
Basic
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Nov 2008 at 21:10 UTC
Updated:
6 Dec 2008 at 01:52 UTC
If there the left sidebar is visible but not the right sidebar, we need to add the 'sidebar-left' class to the body.
Need to add the following code to template.php:
elseif ($vars['sidebar_left']) {
$body_classes[] = 'sidebar-left';
}
Comments
Comment #1
SteveK commentedfixed in 2.0 version of theme