diff options
Diffstat (limited to 'modules/forum/forum-icon.tpl.php')
-rw-r--r-- | modules/forum/forum-icon.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php index 94f6856e0..0139063cb 100644 --- a/modules/forum/forum-icon.tpl.php +++ b/modules/forum/forum-icon.tpl.php @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /** @@ -7,7 +7,7 @@ * * Available variables: * - $new_posts: Indicates whether or not the topic contains new posts. - * - $icon: The icon to display. May be one of 'hot', 'hot-new', 'new', + * - $icon: The icon to display. May be one of 'hot', 'hot-new', 'new', * 'default', 'closed', or 'sticky'. * * @see template_preprocess_forum_icon() |