I have a panel page set up with several panes, one of which is derived from a module's block. That module uses the theme_box function from theme.inc for it's title, which is wrapped in h2 tags. I'd like to change that display, but I've been unable to figure out how without changing the h2 tags in theme.inc, which is a core file. How can I override that output for the pane in question?

Comments

RWWood’s picture

I should have mentioned that I tried copying theme_box to my template.php file and renaming it to mythemename_box, but it doesn't seem to override the panel pane output.

RWWood’s picture

Category: support » bug
merlinofchaos’s picture

Status: Active » Closed (won't fix)

Panels doesn't use theme_box. I'm not sure why you would think it does.