Active
Project:
Zen Classic
Version:
6.x-1.x-dev
Component:
PHP code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 06:30 UTC
Updated:
13 Apr 2012 at 17:22 UTC
I think $body_classes was for D5.
In the page.tpl.php file, replace $body_classes with $classes in D6 so that the sidebars and main content will display right.
Comments
Comment #1
shawn dearmond commentedOkay, so I had to do this on my dev system which was running php 5.2. When I moved it to Live, running 5.3, $body_classes worked and $classes didn't.
I don't get it.