block.inc

  1. function theme_panels_block_style_render_pane($content, $pane, $display) {
  2.   if (!empty($content->title)) {
  3.     $content->subject = $content->title;
  4.   }
  5.   return theme('block', $content);
  6. }