theme_forum_topic_list

5 forum.module theme_forum_topic_list($tid, $topics, $sortby, $forum_per_page)
6 theme.php theme_forum_topic_list()
7 theme.php theme_forum_topic_list($variables)
8 theme.php theme_forum_topic_list($variables)

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()

File

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

Code

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