Line 13 in page.tpl.php is

        <body class="<?php print $bodyclasses; ?>">

There should be an underscore in the variable:

        <body class="<?php print $body_classes; ?>">

Comments

atrasatti’s picture

Assigned: Unassigned » atrasatti
Status: Needs review » Needs work

And how did this slip through (for so long)?

Thank you

atrasatti’s picture

Status: Needs work » Needs review
benjifisher’s picture

Status: Needs review » Reviewed & tested by the community

It looks good to me. I checked the code in page.tpl.php and the output in my browser.

I used the CVS version of the theme.