diff options
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum-icon.tpl.php | 4 | ||||
-rw-r--r-- | modules/forum/forum-list.tpl.php | 2 | ||||
-rw-r--r-- | modules/forum/forum-submitted.tpl.php | 2 | ||||
-rw-r--r-- | modules/forum/forum-topic-list.tpl.php | 4 | ||||
-rw-r--r-- | modules/forum/forum-topic-navigation.tpl.php | 2 | ||||
-rw-r--r-- | modules/forum/forums.tpl.php | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php index 0139063cb..1165c7930 100644 --- a/modules/forum/forum-icon.tpl.php +++ b/modules/forum/forum-icon.tpl.php @@ -2,8 +2,8 @@ // $Id$ /** - * @file forum-icon.tpl.php - * Display an appropriate icon for a forum post. + * @file + * Default theme implementation to display an appropriate icon for a forum post. * * Available variables: * - $new_posts: Indicates whether or not the topic contains new posts. diff --git a/modules/forum/forum-list.tpl.php b/modules/forum/forum-list.tpl.php index 46dbd5ed9..5d8f18cec 100644 --- a/modules/forum/forum-list.tpl.php +++ b/modules/forum/forum-list.tpl.php @@ -2,7 +2,7 @@ // $Id$ /** - * @file forum-list.tpl.php + * @file * Default theme implementation to display a list of forums and containers. * * Available variables: diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php index dc3a6e4a3..8695e3464 100644 --- a/modules/forum/forum-submitted.tpl.php +++ b/modules/forum/forum-submitted.tpl.php @@ -2,7 +2,7 @@ // $Id$ /** - * @file forum-submitted.tpl.php + * @file * Default theme implementation to format a simple string indicated when and * by whom a topic was submitted. * diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 5995850e2..6613ad7d5 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -2,8 +2,8 @@ // $Id$ /** - * @file forum-topic-list.tpl.php - * Theme implementation to display a list of forum topics. + * @file + * Default theme implementation to display a list of forum topics. * * Available variables: * - $header: The table header. This is pre-generated with click-sorting diff --git a/modules/forum/forum-topic-navigation.tpl.php b/modules/forum/forum-topic-navigation.tpl.php index 92b2ff5de..362c2410b 100644 --- a/modules/forum/forum-topic-navigation.tpl.php +++ b/modules/forum/forum-topic-navigation.tpl.php @@ -2,7 +2,7 @@ // $Id$ /** - * @file forum-topic-navigation.tpl.php + * @file * Default theme implementation to display the topic navigation string at the * bottom of all forum topics. * diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php index 7c2dbc84a..d9a0506c6 100644 --- a/modules/forum/forums.tpl.php +++ b/modules/forum/forums.tpl.php @@ -2,7 +2,7 @@ // $Id$ /** - * @file forums.tpl.php + * @file * Default theme implementation to display a forum which may contain forum * containers as well as forum topics. * |