first import
This commit is contained in:
11
sites/all/themes/omega/alpha/templates/region.tpl.php
Normal file
11
sites/all/themes/omega/alpha/templates/region.tpl.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Alpha's theme implementation to display a region.
|
||||
*/
|
||||
?>
|
||||
<div<?php print $attributes; ?>>
|
||||
<div<?php print $content_attributes; ?>>
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user