You are here

function template_preprocess_pane_rounded_shadow in Panels 6.3

Same name and namespace in other branches
  1. 7.3 plugins/style_bases/pane/pane_rounded_shadow/pane_rounded_shadow.inc \template_preprocess_pane_rounded_shadow()

File

plugins/style_bases/pane/pane_rounded_shadow/pane_rounded_shadow.inc, line 61

Code

function template_preprocess_pane_rounded_shadow(&$vars) {
  $vars['classes'] = $vars['content']->css_class;
  $vars['content']->css_class = '';
  $vars['output'] = theme('panels_pane', $vars['content'], $vars['pane'], $vars['display']);
}