view templates/block-blockgroup-default.tpl.php @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
line wrap: on
line 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;
?>