Reviewed & tested by the community
Project:
Nokia Mobile Theme
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Dec 2010 at 21:50 UTC
Updated:
30 Jan 2011 at 17:38 UTC
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
Comment #1
atrasatti commentedAnd how did this slip through (for so long)?
Thank you
Comment #2
atrasatti commentedShould be fixed, see http://drupal.org/cvs?commit=475926
Comment #3
benjifisherIt 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.