diff options
Diffstat (limited to 'modules/poll')
-rw-r--r-- | modules/poll/poll-bar-block.tpl.php | 1 | ||||
-rw-r--r-- | modules/poll/poll-bar.tpl.php | 1 | ||||
-rw-r--r-- | modules/poll/poll-results.tpl.php | 1 | ||||
-rw-r--r-- | modules/poll/poll-vote.tpl.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/poll/poll-bar-block.tpl.php b/modules/poll/poll-bar-block.tpl.php index 9f303eccd..ca744d620 100644 --- a/modules/poll/poll-bar-block.tpl.php +++ b/modules/poll/poll-bar-block.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file poll-bar-block.tpl.php * Display the bar for a single choice in a poll diff --git a/modules/poll/poll-bar.tpl.php b/modules/poll/poll-bar.tpl.php index 550592be7..54a79997c 100644 --- a/modules/poll/poll-bar.tpl.php +++ b/modules/poll/poll-bar.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file poll-bar.tpl.php * Display the bar for a single choice in a poll diff --git a/modules/poll/poll-results.tpl.php b/modules/poll/poll-results.tpl.php index 690d3ead1..670a50af5 100644 --- a/modules/poll/poll-results.tpl.php +++ b/modules/poll/poll-results.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file poll-results-block.tpl.php * Display the poll results in a block. diff --git a/modules/poll/poll-vote.tpl.php b/modules/poll/poll-vote.tpl.php index f3b4a407b..5b4a73668 100644 --- a/modules/poll/poll-vote.tpl.php +++ b/modules/poll/poll-vote.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file poll-vote.tpl.php * Voting form for a poll. |