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