function theme_forum_list

6.x theme.php theme_forum_list()

Implemented using the forum-list.tpl.php template.

See also

forum-list.tpl.php

Related topics

1 theme call to theme_forum_list()
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php

File

documentation-6.x/developer/theme.php, line 154
Shadow theme functions for theme templates.

Code

function theme_forum_list() {
  // This function is never used; see the corresponding template file instead.
}