* * @see template_preprocess() * @see template_preprocess_block() * @see zen_preprocess_block() * @see template_process() * @see zen_process_block() */ ?> <div id="<?php print $block_html_id; ?> " class=" block_rounded blockcolour_green <?php print $classes; ?> <?php print blocktheme_get_theme($block); ?> " <?php print $attributes; ?> > <div class="blockinner"> <?php print render($title_prefix); ?> <?php if ($title) { ?> <h2<?php print $title_attributes;
function nabuur01_block($block) { if (module_exists('blocktheme')) { if ($custom_theme = blocktheme_get_theme($block)) { return _phptemplate_callback($custom_theme, array('block' => $block)); } } return phptemplate_block($block); }