This is my first "bug" report so please be gentle...

I've noticed that the page.tpl.php file inside the subtheme folder contains the following code:
Line number: 110
---
<div id="higlighted" class="wrapper"><div id="higlighted-inner" class="wrapper-inner"><?php print om_region('highlighted', $highlighted, 1); ?></div></div>

I assume this should be:

<div id="highlighted" class="wrapper"><div id="highlighted-inner" class="wrapper-inner"><?php print om_region('highlighted', $highlighted, 1); ?></div></div>

So "higlighted" should be "highlighted".

Comments

danielhonrade’s picture

Hi MacCune,

Thank you for taking the time to report this bug, I think I forgot to delete that, so it should only be print om_region('highlighted', $highlighted, 1); , because in the ver7, it's not there anymore.

Thanks,
daniel

danielhonrade’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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