function 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 drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php

Archivo

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

Código

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