Go to the source code of this file.
Functions | |
poll_page () | |
poll_votes ($node) | |
poll_results ($node) |
Definition in file poll.pages.inc.
poll_page | ( | ) |
Menu callback to provide a simple list of all polls available.
Definition at line 12 of file poll.pages.inc.
References $output, $result, db_fetch_object(), db_rewrite_sql(), format_plural(), l(), pager_query(), t(), and theme().
poll_results | ( | $ | node | ) |
Callback for the 'results' tab for polls you can vote on
Definition at line 53 of file poll.pages.inc.
References check_plain(), and drupal_set_title().
poll_votes | ( | $ | node | ) |
Callback for the 'votes' tab for polls you can see other votes on
Definition at line 30 of file poll.pages.inc.
References $header, $output, $result, check_plain(), db_fetch_object(), drupal_set_title(), name, nid, pager_query(), t(), tablesort_sql(), and theme().