C:/drupal/modules/poll/poll-results-block.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Display the poll results in a block.
Variables available:
- $title: The title of the poll.
- $results: The results of the poll.
- $votes: The total results in the poll.
- $links: Links in the poll.
- $nid: The nid of the poll
- $cancel_form: A form to cancel the user's vote, if allowed.
- $raw_links: The raw array of links. Should be run through theme('links') if used.
- $vote: The choice number of the current user's vote.
- See also:
- template_preprocess_poll_results()
Display the poll results in a block.
Variables available:
- $title: The title of the poll.
- $results: The results of the poll.
- $votes: The total results in the poll.
- $links: Links in the poll.
- $nid: The nid of the poll
- $cancel_form: A form to cancel the user's vote, if allowed.
- $raw_links: The raw array of links.
- $vote: The choice number of the current user's vote.
- See also:
- template_preprocess_poll_results()
Definition in file poll-results-block.tpl.php.
Variable Documentation