function system_charts in Google Chart Tools: Image Charts 5
Same name and namespace in other branches
- 6 contrib/system_charts/system_charts.module \system_charts()
- 7 system_charts/system_charts.module \system_charts()
Page callback.
1 string reference to 'system_charts'
- system_charts_menu in contrib/
system_charts/ system_charts.module - Implementation of hook_menu().
File
- contrib/
system_charts/ system_charts.module, line 72 - Core drupal system charting. Developed by Tj Holowaychuk
Code
function system_charts($page = 'nodes') {
return '<div id="system-charts">' . system_charts_display($page) . '</div><!-- END #system-charts -->';
}