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/garland/block.tpl.phpView source
- <?php
- ?>
- <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
-
- <?php if (!empty($block->subject)): ?>
- <h2><?php print $block->subject ?></h2>
- <?php endif;?>
-
- <div class="content"><?php print $block->content ?></div>
- </div>
-