zen-8.x-7.0-alpha15/STARTERKIT/templates/_d7_templates_to_be_ported/block.tpl.php
STARTERKIT/templates/_d7_templates_to_be_ported/block.tpl.php
<?php
/**
* @file
* Returns the HTML for a block.
*
* Complete documentation for this file is available online.
* @see https://drupal.org/node/1728246
*/
?>
<div class="<?php print $classes; ?>"<?php print $attributes; ?> id="<?php print $block_html_id; ?>">
<?php print render($title_prefix); ?>
<?php if ($title): ?>
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
<?php endif; ?>
<?php print render($title_suffix); ?>
<?php print $content; ?>
</div>
