C:/drupal/modules/poll/poll-bar.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Display the bar for a single choice in a poll
Variables available:
- $title: The title of the poll.
- $votes: The number of votes for this choice
- $total_votes: The number of votes for this choice
- $percentage: The percentage of votes for this choice.
- $vote: The choice number of the current user's vote.
- $voted: Set to TRUE if the user voted for this choice.
- See also:
- template_preprocess_poll_bar()
Definition in file poll-bar.tpl.php.
Variable Documentation