theme_poll_bar

5 poll.module theme_poll_bar($title, $percentage, $votes, $block)
6 theme.php theme_poll_bar()
7 theme.php theme_poll_bar($variables)
8 theme.php theme_poll_bar($variables)

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

See also

poll-bar.tpl.php

Related topics

1 theme call to theme_poll_bar()

File

developer/theme.php, line 234
Shadow theme functions for theme templates.

Code

function theme_poll_bar($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments