Skip to content

Instantly share code, notes, and snippets.

@anthonyringoet
Created September 21, 2012 10:29
Show Gist options
  • Save anthonyringoet/3760811 to your computer and use it in GitHub Desktop.
Save anthonyringoet/3760811 to your computer and use it in GitHub Desktop.
drupal - remove div.panel-separator crap
function theme_panels_default_style_render_region($vars) {
$output = '';
$output .= implode('', $vars['panes']);
return $output;
}
@RickHocutt
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment