You are here

function system_charts in Google Chart Tools: Image Charts 7

Same name and namespace in other branches
  1. 5 contrib/system_charts/system_charts.module \system_charts()
  2. 6 contrib/system_charts/system_charts.module \system_charts()

Page callback.

1 string reference to 'system_charts'
system_charts_menu in system_charts/system_charts.module
Implements hook_menu().

File

system_charts/system_charts.module, line 91
Provides primary Drupal hook implementations.

Code

function system_charts($page = 'nodes') {
  return '<div id="system-charts">' . system_charts_display($page) . '</div><!-- END #system-charts -->';
}