layout.css uses the "with-navigation" body class to attempt to position the three columns below the navigation bar. It doesn't work because the page is output with the "with-subnav" class instead.
page.tpl.php attempts to access the "highlight" index of an array. This produces an error because the index was renamed to "highlighted" per http://drupal.org/node/870100 .
I was subtheming, maybe this has something to do with failed attempts to replicate. Can't see why right off, but...
At any rate, others who might have the same issue can simply rename the class in the css file. Most of my development is with other themes these days, so I don't know when I'll have time to research this more.
Comments
Comment #1
SteveK commentedHow do I replicate this issue?
Comment #2
CatherineOmega commentedI mage the change for #2. I can't see how to reproduce the first issue myself.
Comment #3
davidlark commentedI was subtheming, maybe this has something to do with failed attempts to replicate. Can't see why right off, but...
At any rate, others who might have the same issue can simply rename the class in the css file. Most of my development is with other themes these days, so I don't know when I'll have time to research this more.
Comment #4
SteveK commentedclosing.