summaryrefslogtreecommitdiff
path: root/modules/forum/forums.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forums.tpl.php')
-rw-r--r--modules/forum/forums.tpl.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php
index 0b8e1dfb6..28917ba4f 100644
--- a/modules/forum/forums.tpl.php
+++ b/modules/forum/forums.tpl.php
@@ -1,20 +1,19 @@
<?php // $Id$
/**
* @file forums.tpl.php
- * Default theme implementation to display a forum, which may contain forum
+ * Default theme implementation to display a forum which may contain forum
* containers as well as forum topics.
*
* Variables available:
- *
* - $links: An array of links that allow a user to post new forum topics.
* It may also contain a string telling a user they must log in in order
* to post.
* - $forums: The forums to display (as processed by forum-list.tpl.php)
* - $topics: The topics to display (as processed by forum-topic-list.tpl.php)
+ * - $forums_defined: A flag to indicate that the forums are configured.
*
* @see template_preprocess_forums()
* @see theme_forums()
- *
*/
?>
<?php if ($forums_defined): ?>