There is a small bug in the page.tpl.php template. The Highlighted content region isn't showing.
To fix this bug you need to change

 <?php print render($page['highlighted']); ?> on line 61 to <?php print render($page['highlight']); ?> 

Comments

JohnAlbin’s picture

Status: Closed (fixed) » Fixed

Actually, the name of the highlighted region got changed during D7 development. This theme was half-way using the old name. The .info file now reads:

regions[highlighted]    = Highlighted

Thanks for catching that! Want to be the maintainer? :-D #1188920: Find new maintainer

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.