You are here

function theme_panels_naked_style_render_region in Panels 7.3

Render callback.

File

plugins/styles/naked.inc, line 22
Definition of the 'naked' panel style.

Code

function theme_panels_naked_style_render_region($vars) {
  return implode($vars['panes']);
}