You are here

block-blockgroup-default.tpl.php in Block Group 7.2

Same filename and directory in other branches
  1. 7 block-blockgroup-default.tpl.php

Default theme implementation to display a block group. Technically a block group is a region inside a block. In most cases it does not make much sense to render the block markup around the region, therefore the default implementation just prints the blocks content (i.e. the region).

Refer to block.tpl.php for a complete description of the variables available in this template.

See also

block.tpl.php()

File

block-blockgroup-default.tpl.php
View source
<?php

/**
 * @file
 * Default theme implementation to display a block group. Technically a block 
 * group is a region inside a block. In most cases it does not make much sense 
 * to render the block markup around the region, therefore the default 
 * implementation just prints the blocks content (i.e. the region).
 *
 * Refer to block.tpl.php for a complete description of the variables available 
 * in this template.
 *
 * @see block.tpl.php()
 *
 * @ingroup themeable
 */
?>

<?php

print $content;