function theme_fieldgroup_panel in Content Construction Kit (CCK) 5
Allows users to theme the panels group.
1 theme call to theme_fieldgroup_panel()
- fieldgroup_panels_render_fieldgroup in ./
fieldgroup.module - 'Render' callback for the 'fieldgroup' panel.
File
- ./
fieldgroup.module, line 600 - Create field groups for CCK fields.
Code
function theme_fieldgroup_panel($vars, $nid) {
return implode('', $vars);
}