function template_preprocess_flot_views_style in Flot 6
Same name and namespace in other branches
- 7 flot_views/views/flot_views.views.inc \template_preprocess_flot_views_style()
Preprocessor for theme_flot_views_style().
File
- views/
flot.views.inc, line 74
Code
function template_preprocess_flot_views_style(&$vars) {
$options = $vars['view']->style_plugin
->preprocess($vars);
}