forums.tpl.php

Version 1.7 (checked in on 2009/12/03 at 20:21:50 by dries)

Default theme implementation to display a forum which may contain forum containers as well as forum topics.

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)
  • $forums_defined: A flag to indicate that the forums are configured.

See also

template_preprocess_forums()

@see theme_forums()