11 lines
276 B
PHP
11 lines
276 B
PHP
<?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; ?>
|