Closed (fixed)
Project:
Amadou
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Sep 2007 at 21:06 UTC
Updated:
2 Oct 2007 at 22:31 UTC
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
Comment #1
jwolf commentedFor 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
Comment #2
rob101 commentedAh great - many thanks for explaining; and yes, I had yesterday's version.
Rob
Comment #3
(not verified) commented