diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-10-13 12:31:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-10-13 12:31:43 +0000 |
commit | 12393a4d128b4a890df76fd7aba6dd9e27db80f1 (patch) | |
tree | 855a8d38e5da88ed3e295cf357e6194820b8a1fd /modules/poll | |
parent | 659c4867bd312186b93f83534d78139d5161b4f3 (diff) | |
download | brdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.gz brdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.bz2 |
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
Diffstat (limited to 'modules/poll')
-rw-r--r-- | modules/poll/poll-bar-block.tpl.php | 5 | ||||
-rw-r--r-- | modules/poll/poll-bar.tpl.php | 5 | ||||
-rw-r--r-- | modules/poll/poll-results-block.tpl.php | 4 | ||||
-rw-r--r-- | modules/poll/poll-results.tpl.php | 4 | ||||
-rw-r--r-- | modules/poll/poll-vote.tpl.php | 4 |
5 files changed, 12 insertions, 10 deletions
diff --git a/modules/poll/poll-bar-block.tpl.php b/modules/poll/poll-bar-block.tpl.php index ca744d620..6de5e7737 100644 --- a/modules/poll/poll-bar-block.tpl.php +++ b/modules/poll/poll-bar-block.tpl.php @@ -2,8 +2,9 @@ // $Id$ /** - * @file poll-bar-block.tpl.php - * Display the bar for a single choice in a poll + * @file + * Default theme implementation to display the bar for a single choice in a + * poll. * * Variables available: * - $title: The title of the poll. diff --git a/modules/poll/poll-bar.tpl.php b/modules/poll/poll-bar.tpl.php index 54a79997c..1907ba1f2 100644 --- a/modules/poll/poll-bar.tpl.php +++ b/modules/poll/poll-bar.tpl.php @@ -2,8 +2,9 @@ // $Id$ /** - * @file poll-bar.tpl.php - * Display the bar for a single choice in a poll + * @file + * Default theme implementation to display the bar for a single choice in a + * poll. * * Variables available: * - $title: The title of the poll. diff --git a/modules/poll/poll-results-block.tpl.php b/modules/poll/poll-results-block.tpl.php index 0d2d62d3f..a0598c4a9 100644 --- a/modules/poll/poll-results-block.tpl.php +++ b/modules/poll/poll-results-block.tpl.php @@ -1,8 +1,8 @@ <?php // $Id$ /** - * @file poll-results-block.tpl.php - * Display the poll results in a block. + * @file + * Default theme implementation to display the poll results in a block. * * Variables available: * - $title: The title of the poll. diff --git a/modules/poll/poll-results.tpl.php b/modules/poll/poll-results.tpl.php index 670a50af5..cf89768ed 100644 --- a/modules/poll/poll-results.tpl.php +++ b/modules/poll/poll-results.tpl.php @@ -2,8 +2,8 @@ // $Id$ /** - * @file poll-results-block.tpl.php - * Display the poll results in a block. + * @file + * Default theme implementation to display the poll results in a block. * * Variables available: * - $title: The title of the poll. diff --git a/modules/poll/poll-vote.tpl.php b/modules/poll/poll-vote.tpl.php index 5b4a73668..8c3a46636 100644 --- a/modules/poll/poll-vote.tpl.php +++ b/modules/poll/poll-vote.tpl.php @@ -2,8 +2,8 @@ // $Id$ /** - * @file poll-vote.tpl.php - * Voting form for a poll. + * @file + * Default theme implementation to display voting form for a poll. * * - $choice: The radio buttons for the choices in the poll. * - $title: The title of the poll. |