1 |
85ad3d82
|
Assos Assos
|
<div id="block-<?php print $block->module.'-'.$block->delta; ?>" class="clear-block block block-<?php print $block->module . ' ' . $zebra . ' ' . $classes . ' ' . $attributes; ?>">
|
2 |
|
|
<?php print render($title_prefix); ?>
|
3 |
|
|
<?php if (!empty($block->subject)): ?>
|
4 |
|
|
<h2<?php print $title_attributes; ?>><?php print $block->subject; ?></h2>
|
5 |
|
|
<?php endif;?>
|
6 |
|
|
<?php print render($title_suffix); ?>
|
7 |
|
|
<div class="content<?php if($block->subject): print ' with-subject'; endif; ?><?php print $content_attributes; ?>">
|
8 |
|
|
<?php print $content; ?>
|
9 |
|
|
</div>
|
10 |
|
|
</div> |