diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
commit | f23c24c8a31ea3787d5039d36de56001f731e22a (patch) | |
tree | 44b3fbd1ad9416adf42cdcf2f4f901b3b450e991 /modules/forum | |
parent | b996a7d30d002c160246624c882d8188efd3aa9b (diff) | |
download | brdo-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/forum')
-rw-r--r-- | modules/forum/forum-icon.tpl.php | 3 | ||||
-rw-r--r-- | modules/forum/forum-list.tpl.php | 3 | ||||
-rw-r--r-- | modules/forum/forum-submitted.tpl.php | 1 | ||||
-rw-r--r-- | modules/forum/forum-topic-list.tpl.php | 1 | ||||
-rw-r--r-- | modules/forum/forum-topic-navigation.tpl.php | 1 | ||||
-rw-r--r-- | modules/forum/forums.tpl.php | 4 |
6 files changed, 10 insertions, 3 deletions
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php index 4d15774f9..94f6856e0 100644 --- a/modules/forum/forum-icon.tpl.php +++ b/modules/forum/forum-icon.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id$ +// $Id$ + /** * @file forum-icon.tpl.php * Display an appropriate icon for a forum post. diff --git a/modules/forum/forum-list.tpl.php b/modules/forum/forum-list.tpl.php index 27419f838..f6a74255a 100644 --- a/modules/forum/forum-list.tpl.php +++ b/modules/forum/forum-list.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file forum-list.tpl.php * Default theme implementation to display a list of forums and containers. diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php index 747cf8375..dc3a6e4a3 100644 --- a/modules/forum/forum-submitted.tpl.php +++ b/modules/forum/forum-submitted.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file forum-submitted.tpl.php * Default theme implementation to format a simple string indicated when and diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 4b2aa48fc..71c4ef337 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file forum-topic-list.tpl.php * Theme implementation to display a list of forum topics. diff --git a/modules/forum/forum-topic-navigation.tpl.php b/modules/forum/forum-topic-navigation.tpl.php index d9a23d50c..92b2ff5de 100644 --- a/modules/forum/forum-topic-navigation.tpl.php +++ b/modules/forum/forum-topic-navigation.tpl.php @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file forum-topic-navigation.tpl.php * Default theme implementation to display the topic navigation string at the diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php index 28917ba4f..7c2dbc84a 100644 --- a/modules/forum/forums.tpl.php +++ b/modules/forum/forums.tpl.php @@ -1,4 +1,6 @@ -<?php // $Id$ +<?php +// $Id$ + /** * @file forums.tpl.php * Default theme implementation to display a forum which may contain forum |