view templates/region--blockgroup.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


<div <?php if (isset($block_html_id)):?> id="<?php print $block_html_id; ?>" <?php endif?> class="<?php print $classes; ?>"<?php print $attributes; ?>>

  <?php print render($title_prefix); ?>
  <?php if (isset($title)): ?>
    <h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
  <?php endif; ?>
  <?php print render($title_suffix); ?>

  <div class="block-content">
  <?php print $content; ?>
  </div>
</div>

<?php 
// 	 dpm( get_defined_vars() );
//	 dpm( debug_backtrace() );
?>


<!-- Titel nicht verf��gbar, da es sich um eine region handelt und der titel nur in der 
admin-oberfl��che verwendet wird. wie kann das ge��ndert werden? -->