You are here

function theme_panels_naked_style_render_pane in Panels 7.3

Same name and namespace in other branches
  1. 6.3 plugins/styles/naked.inc \theme_panels_naked_style_render_pane()

Render callback.

File

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

Code

function theme_panels_naked_style_render_pane($vars) {
  return render($vars['content']->content);
}