root / drupal7 / sites / all / themes / bluemasters / block.tpl.php @ 4b706e38
1 | 85ad3d82 | Assos Assos | <div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>> |
---|---|---|---|
2 | |||
3 | <?php print render($title_prefix); ?> |
||
4 | <?php if ($block->subject): ?> |
||
5 | <h2<?php print $title_attributes; ?>><?php print $block->subject ?></h2> |
||
6 | <?php endif;?> |
||
7 | <?php print render($title_suffix); ?> |
||
8 | |||
9 | <div class="content"<?php print $content_attributes; ?>> |
||
10 | <?php print $content ?> |
||
11 | </div>
|
||
12 | </div> |