summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-07 08:39:36 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-07 08:39:36 +0000
commitf23c24c8a31ea3787d5039d36de56001f731e22a (patch)
tree44b3fbd1ad9416adf42cdcf2f4f901b3b450e991 /modules/poll
parentb996a7d30d002c160246624c882d8188efd3aa9b (diff)
downloadbrdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.gz
brdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.bz2
#164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
Diffstat (limited to 'modules/poll')
-rw-r--r--modules/poll/poll-bar-block.tpl.php1
-rw-r--r--modules/poll/poll-bar.tpl.php1
-rw-r--r--modules/poll/poll-results.tpl.php1
-rw-r--r--modules/poll/poll-vote.tpl.php1
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.