I've been searching the Context Module issues board, and though there seem to be slightly similar issues, I'm fairly certain that this isn't a duplicate. I apologize if it is.

First off, I'm a Drupal user, and (since I'm learning) a non-contributer. I'm not sure if I fully understand the theming system, but I'm doing my best to learn it! I don't believe this is a theming error, which is why I'm posting. Any help is appreciated.

I'm not using a theme framework, since they all seem fairly bloated to me, so I've written the theme in question from scratch (a theme.info file, a standard page.tpl.php, stylesheets), following the guidelines on the Drupal.org theming write-ups.

I don't have a template.php, and therefor, am running off of all of the Drupal defaults, with the exception of my own region definitions in the theme.info, and page.tpl.php, which have been declared correctly.

My question is:

Do I need to add any code to template.php to make Context Module control my blocks? It works fine in Garland, but not in my (extremely) bare-bones theme.

CommentFileSizeAuthor
#3 sylvesterroe.zip17.66 KBvegardjo
#1 Theme files13.3 KBaldenjacobs

Comments

aldenjacobs’s picture

StatusFileSize
new13.3 KB

Here's my theme, minus the CSS, if that'll help :)

Please do assist!

desmondmorris’s picture

Same here :(

vegardjo’s picture

Status: Active » Fixed
StatusFileSize
new17.66 KB

Hia, the problem lies in incorrect naming of the .info file, it should have the same name as the theme folder, so in your case it should not be named theme.info but sylvesterroe.info, attached is a version that works!

aldenjacobs’s picture

Status: Closed (fixed) » Fixed

Simple as hell

I can't believe I messed up the naming of the .info file!

Thanks for helping out a poor, new-to-theming fellow! I really do appreciate it!

Status: Fixed » Closed (fixed)

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

Status: Fixed » Closed (fixed)

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