function hook_theme_pie_charts

Similar to other theme functions, this function will take an array which describes *all* the pie charts, and allow another module to act on them.

To see how it is used,

See also

_AdvisingScreen::draw_progress_boxes()

File

includes/hook.api.php, line 239
Lists all available hooks within FlightPath's core code.

Code

function hook_theme_pie_charts(&$theme) {

}