summaryrefslogtreecommitdiff
path: root/modules/forum/forums.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-03 06:07:52 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-03 06:07:52 +0000
commit3488a1ed443c92f918e6153c27fd6d6cf3ab287d (patch)
tree3104eece814fcc37232e56ab2ad9570f847341f8 /modules/forum/forums.tpl.php
parentf1d2f5a18d1c14a44f1fdcfef0e72116bb527784 (diff)
downloadbrdo-3488a1ed443c92f918e6153c27fd6d6cf3ab287d.tar.gz
brdo-3488a1ed443c92f918e6153c27fd6d6cf3ab287d.tar.bz2
- Patch #158536 by dvessel: more forum template massaging.
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): ?>