You are here

function theme_flot in Flot 8

Implements theme_hook().

Should this be moved to a theme.inc file?

File

./flot.module, line 29
A collection on module hooks for the flot module.

Code

function theme_flot($variables) {
  $output = $variables['flot'];
  return $output;
}