Skip to content

Instantly share code, notes, and snippets.

@lcube45
Last active August 25, 2016 09:59
Show Gist options
  • Save lcube45/39404eb0c87eb5e8796aa696386297fc to your computer and use it in GitHub Desktop.
Save lcube45/39404eb0c87eb5e8796aa696386297fc to your computer and use it in GitHub Desktop.
Remove panels separator panes
function themename_panels_default_style_render_region($vars) {
$output = '';
$output .= implode('', $vars['panes']);
return $output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment