From 5e73b66f3a00d42567b8d6b35ee821788428dc75 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Aug 2007 07:46:11 +0000 Subject: - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches. --- modules/poll/poll.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/poll') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 14936a2af..64f83f0b3 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -33,15 +33,15 @@ function poll_init() { function poll_theme() { return array( 'poll_vote' => array( - 'file' => 'poll-vote', + 'template' => 'poll-vote', 'arguments' => array('form' => NULL), ), 'poll_results' => array( - 'file' => 'poll-results', + 'template' => 'poll-results', 'arguments' => array('raw_title' => NULL, 'results' => NULL, 'votes' => NULL, 'raw_links' => NULL, 'block' => NULL, 'nid' => NULL, 'vote' => NULL), ), 'poll_bar' => array( - 'file' => 'poll-bar', + 'template' => 'poll-bar', 'arguments' => array('title' => NULL, 'votes' => NULL, 'total_votes' => NULL, 'vote' => NULL, 'block' => NULL), ), ); -- cgit v1.2.3