With alpha11 I've created a zone--footer.tpl.php for theming zone footer.

Now, with 2.0 version, zone.tpl.php take priority over zone--footer.tpl.php

I would quote part of theme() description:

There are two special variables that these preprocess and process functions can set: 'theme_hook_suggestion' and 'theme_hook_suggestions'. These will be merged together to form a list of 'suggested' alternate theme hooks to use, in reverse order of priority.

I don't know if this is the right way, but I would add a proposed patch

CommentFileSizeAuthor
restore_zone--ZONEID_priority.patch1020 bytesrobertom
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

himerus’s picture

Thank you for this.

Appears this would be a regression bug, and I'll look at it asap.

himerus’s picture

Priority: Major » Critical
Status: Active » Reviewed & tested by the community

Tested, and working with this patch.
I'm going to mark this as critical as it deserves a new version push immediately.

Will be 2.1 before the end of the day.

himerus’s picture

Status: Reviewed & tested by the community » Fixed

Tagging 2.1 release now

robertom’s picture

Thanks for new release :)

I forgot to mention this before, but I think that description of hook_theme() implementation (omega_theme) could be cleared a bit.

If I haven't misunderstood, this patch solve the WTF

Status: Fixed » Closed (fixed)

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