You are here

function support_charts in Support Ticketing System 7

Same name and namespace in other branches
  1. 6 support_charts/support_charts.module \support_charts()

Page callback.

2 string references to 'support_charts'
support_charts_display in support_charts/support_charts.module
Display charts and content in context to the current page.
support_charts_menu in support_charts/support_charts.module
Implements hook_menu().

File

support_charts/support_charts.module, line 68
Support charting. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_charts($page = 'global', $object = NULL) {
  return '<div id="support-charts">' . support_charts_display($page, $object) . '</div>';
}