/**
* Render callback.
*/
function theme_panels_tabs_style_render_panel($display, $owner_id, $panes, $settings) {
$output = '';
// Generate a unique id based on the CSS ID and the name of the panel in the
// layout.
$panel = $display->content[$pane_id]->panel;
$id = "$display->css_id-$panel";
…
}