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.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php
index 55a760f57..01919ab6a 100644
--- a/modules/forum/forums.tpl.php
+++ b/modules/forum/forums.tpl.php
@@ -2,16 +2,19 @@
/**
* @file
- * Default theme implementation to display a forum which may contain forum
- * containers as well as forum topics.
+ * Displays a forum.
*
- * Variables available:
- * - $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)
+ * May contain forum containers as well as forum topics.
+ *
+ * Available variables:
+ * - $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()
+ *
+ * @ingroup themeable
*/
?>
<?php if ($forums_defined): ?>