I am working on a contrib theme and would like the change the markup of a block depending upon which region it is in.
I can not figure out how to check for the region - or if this is possible?
Is it possible to do something like this in the custom block.tpl.php file?
<?php if ($variables['region'] == 'header'): ?>
@argiepiano - Thanks that final suggestion worked. Here it is all together.
in template.php
in block.tpl.php
Big thanks!