Same name and namespace in other branches
  1. 4.6.x modules/forum.module \theme_forum_topic_list()
  2. 4.7.x modules/forum.module \theme_forum_topic_list()
  3. 5.x modules/forum/forum.module \theme_forum_topic_list()

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

See also

forum-topic-list.tpl.php

Related topics

1 theme call to theme_forum_topic_list()
template_preprocess_forums in modules/forum/forum.module
Process variables for forums.tpl.php

File

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

Code

function theme_forum_topic_list() {

  // This function is never used; see the corresponding template file instead.
}