Skip to content

Instantly share code, notes, and snippets.

@Riaan-ZA
Created May 31, 2012 14:34
Show Gist options
  • Save Riaan-ZA/2843799 to your computer and use it in GitHub Desktop.
Save Riaan-ZA/2843799 to your computer and use it in GitHub Desktop.
Drupal 7: Remove seperator between panels
function oilcouncil_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