diff options
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 |