1. 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.
  2. 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 .

Comments

SteveK’s picture

Status: Active » Postponed (maintainer needs more info)

How do I replicate this issue?

CatherineOmega’s picture

I mage the change for #2. I can't see how to reproduce the first issue myself.

davidlark’s picture

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.

SteveK’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

closing.