diff options
Diffstat (limited to 'modules/forum/forum-topic-list.tpl.php')
-rw-r--r-- | modules/forum/forum-topic-list.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 36211c851..e290b4f39 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -7,7 +7,8 @@ * * Available variables: * - $header: The table header. This is pre-generated with click-sorting - * information. If you need to change this, @see template_preprocess_forum_topic_list(). + * information. If you need to change this, see + * template_preprocess_forum_topic_list(). * - $pager: The pager to display beneath the table. * - $topics: An array of topics to be displayed. * - $topic_id: Numeric id for the current forum topic. |