By _________ on
@ 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
Correct.
Correct.
Thx for verifying. Then,
Thx for verifying. Then, I'll take the problem I'm having with that over to http://drupal.org/node/1200196.
Cheers.
Opps
Sorry, correct answer is region--(region_name).tpl.php (the __ is replaced with --)
thx. tho, still having an
thx. tho, still having an issue ... at the other post.