You are here

function template_preprocess_pane_rounded_shadow in Panels 7.3

Same name and namespace in other branches
  1. 6.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_array'][] = $vars['content']->css_class;
  $vars['content']->css_class = '';
  $vars['output'] = theme('panels_pane', $vars);
}