Go to the source code of this file.
Functions | |
statistics_recent_hits () | |
statistics_top_pages () | |
statistics_top_visitors () | |
statistics_top_referrers () | |
statistics_access_log ($aid) | |
statistics_access_logging_settings () |
Definition in file statistics.admin.inc.
statistics_access_log | ( | $ | aid | ) |
Menu callback; Displays recent page accesses.
Definition at line 140 of file statistics.admin.inc.
References $result, check_plain(), db_fetch_object(), db_query(), drupal_not_found(), format_date(), l(), t(), theme(), and url().
statistics_recent_hits | ( | ) |
Menu callback; presents the "recent hits" page.
Definition at line 12 of file statistics.admin.inc.
References $header, $output, $result, db_fetch_object(), format_date(), l(), pager_query(), t(), tablesort_sql(), and theme().
statistics_top_pages | ( | ) |
Menu callback; presents the "top pages" page.
Definition at line 44 of file statistics.admin.inc.
References $header, $output, $result, db_fetch_object(), drupal_set_title(), format_interval(), pager_query(), t(), tablesort_sql(), theme(), and variable_get().
statistics_top_referrers | ( | ) |
Menu callback; presents the "referrer" page.
Definition at line 109 of file statistics.admin.inc.
References $header, $output, $result, db_fetch_object(), drupal_set_title(), format_interval(), pager_query(), t(), tablesort_sql(), theme(), url(), and variable_get().
statistics_top_visitors | ( | ) |
Menu callback; presents the "top visitors" page.
Definition at line 76 of file statistics.admin.inc.
References $header, $output, $result, db_fetch_object(), drupal_get_destination(), drupal_set_title(), format_interval(), l(), pager_query(), t(), tablesort_sql(), theme(), and variable_get().