I just downloaded this sub-theme to try it out (I also have Fusion & Fusion Accelerator, of course). I get the following error message:

Notice: Undefined index: content_top in include() (line 134 of /Users/celadon/Sites/drupal7/sites/all/themes/fusion_slate/page.tpl.php).

I think that the region is referenced in the template but not defined in the .info file.

Comments

  • Poieo committed 7876c68 on 7.x-2.x
    Issue #2381599 by emala, Poieo: Removed depreciated content_top region.
    
Poieo’s picture

Status: Active » Closed (fixed)

Thanks for posting this. content_top is no longer needed in Drupal 7 so I've removed it in the latest dev.

alexrodriguezmd’s picture

Sorry if this question is very basic, I'm still learning Drupal.

I've got the latest beta installed. I want to fix this error but stay on the beta branch.

Can I replace my page.tpl.php with the one from the dev branch to fix this until you push this commit to the latest beta branch?

I don't think there are any dependencies but just want to make sure.

Thanks for your help.

Alex

Poieo’s picture

You could and everything would work fine. But, as soon as you modify your theme you are technically no longer on the beta branch. You've created your own custom dev branch.

With that said, I've pushed this to a new beta2 branch so you have nothing to worry about. Just download the latest release.

alexrodriguezmd’s picture

Yeah, I suppose modifying my theme would not be ideal. But I thought it would be a good workaround until you had the time to update the theme.

Thanks for the feedback and for pushing a new update.

Alex