Hi:

Has anyone had success with this and Panels 2. I have a panels one implementation that works wonderfully with BlockTheme however when I upgrade to Panels 2, the blocktheme settings are completely ignored.

Thanks

Comments

amccann’s picture

Have to override a function in your theme

function phptemplate_panels_pane($content, $pane, $display) {
  if (!empty($content->title)) { $content->subject = $content->title; }
  return theme('block', $content);
}
amccann’s picture

Status: Active » Fixed

See this post http://drupal.org/node/258377 (comment about my post #1 above)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.