function theme_panels_dnd in Panels 5.2
Same name and namespace in other branches
- 6.2 includes/display-edit.inc \theme_panels_dnd()
1 theme call to theme_panels_dnd()
- theme_panels_edit_display in includes/
display_edit.inc - Theme the form for editing display content.
File
- includes/
display_edit.inc, line 1684
Code
function theme_panels_dnd($content) {
$output = "<div class=\"panels-dnd\" id=\"panels-dnd-main\">{$content}</div>";
return $output;
}