function theme_panels_panel_dnd in Panels 5.2
Same name and namespace in other branches
- 6.2 includes/display-edit.inc \theme_panels_panel_dnd()
1 theme call to theme_panels_panel_dnd()
- theme_panels_edit_display in includes/
display_edit.inc - Theme the form for editing display content.
File
- includes/
display_edit.inc, line 1690
Code
function theme_panels_panel_dnd($content, $region, $label, $footer) {
return "<div class=\"panels-display\" id=\"panel-pane-{$region}\">{$footer}<h2 class=\"label\">{$label}</h2>{$content}</div>";
}