function theme_poll_results

6.x theme.php theme_poll_results()

Implemented using the poll-results.tpl.php template.

See also

poll-results.tpl.php

Related topics

1 theme call to theme_poll_results()
poll_view_results in drupal-6.x/modules/poll/poll.module
Generates a graphical representation of the results of a poll.

File

documentation-6.x/developer/theme.php, line 235
Shadow theme functions for theme templates.

Code

function theme_poll_results() {
  // This function is never used; see the corresponding template file instead.
}