block.tpl.php
Same filename in this branch
1 theme call to block.tpl.php
- theme_blocks in drupal-6.x/
includes/ theme.inc - Return a set of blocks available for the current user.
Archivo
drupal-6.x/themes/bluemarine/block.tpl.phpView source
- <?php
- ?>
- <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
- <h2 class="title"><?php print $block->subject; ?></h2>
- <div class="content"><?php print $block->content; ?></div>
- </div>
-