9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
/**
|
|
* @file
|
|
* Alpha's theme implementation to display a section.
|
|
*/
|
|
?>
|
|
<div<?php print $attributes; ?>>
|
|
<?php print $content; ?>
|
|
</div>
|