function theme_poll_bar

6.x theme.php theme_poll_bar()

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

See also

poll-bar.tpl.php

Related topics

1 theme call to theme_poll_bar()
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 217
Shadow theme functions for theme templates.

Code

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