Hi all,

I'm new to Drupal and I'm trying to create a custom theme. I am now trying to add / configure blocks by going to site building -> blocks and I see the tabs where it lists my theme, and other enabled themes.

When I click on my theme I don't see the list of regions with the currently assigned blocks. Nothing, its just blank space. But when I click on Garland, its all there.

Please help, what am I missing?

Comments

prajaktam’s picture

Try out this.
Add the regions in your themename.info file. Eg. If you have copied the Garland theme info file in your custom theme info file then
add this
regions[left] = Left sidebar
regions[right] = Right Sidebar
regions[content] = Content
regions[footer] = Footer
regions[header] = Header
to your info file.
Go to admin > site configuration > performance and clear cached data.

willf’s picture

Nope =(

Unfortunately that didn't work
Any other suggestions??

willf’s picture

nevermind i figured it out.

Very silly mistake

I deleted the print $content :P