You are here

function theme_panels_naked_style_render_pane in Panels 6.3

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

Render callback.

File

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

Code

function theme_panels_naked_style_render_pane($content, $pane, $display) {
  return $content->content;
}