Posted by davidlark on December 12, 2011 at 8:39am
1 follower
| Project: | Basic |
| Version: | 7.x-2.0-rc3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
- 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 .