I was getting some errors about undefined variables in your 6.x code.
It didn't like $left/$right - should these be $sidebar_left and $sidebar_right in template and page.tpl ?

I don't know if this has changed from 5.x , but it seemed to do the job for me.

Lovely theme,
Rob

Comments

jwolf’s picture

Assigned: Unassigned » jwolf
Status: Active » Fixed

For Drupal-6.x regions are no longer defined in template.php. They are now defined in the theme's .info file. See http://drupal.org/node/132442

There is a new dev-snapshot for 6.x that is dated 2007-Sep-18 that *should* have fixed any previous errors with the sidebar regions.

I just doubled checked and all regions are working correctly with the 6.x-1.x-dev snapshot dated 2007-Sep-18

If you are still having issues with the newest dev-snapshot, you should install the Devel module and empty cache.

You can find the Devel module at http://drupal.org/project/devel

rob101’s picture

Ah great - many thanks for explaining; and yes, I had yesterday's version.
Rob

Anonymous’s picture

Status: Fixed » Closed (fixed)