@ http://api.drupal.org/api/drupal/includes--theme.inc/function/template_p...

refers to code at 'includes/theme.inc' ...

  function template_preprocess_region(&$variables) {
  ...
  $variables['theme_hook_suggestions'][] = 'region__' . $variables['region'];
  ...

Do I read this to mean that for region-specific overrides, one should use:

region__(region_name).tpl.php

files?

Comments

nevets’s picture

Correct.

_________’s picture

Thx for verifying. Then, I'll take the problem I'm having with that over to http://drupal.org/node/1200196.

Cheers.

nevets’s picture

Sorry, correct answer is region--(region_name).tpl.php (the __ is replaced with --)

_________’s picture

thx. tho, still having an issue ... at the other post.