theme_forum_list

5 forum.module theme_forum_list($forums, $parents, $tid)
6 theme.php theme_forum_list()
7 theme.php theme_forum_list($variables)
8 theme.php theme_forum_list($variables)

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

See also

forum-list.tpl.php

Related topics

1 theme call to theme_forum_list()

File

developer/theme.php, line 180
Shadow theme functions for theme templates.

Code

function theme_forum_list($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments