theme_forum_list

  1. drupal
    1. 4.7 forum.module
    2. 5 forum.module
    3. 6
    4. 7
Versions
4.7 – 5 theme_forum_list($forums, $parents, $tid)
6 theme_forum_list()
7 theme_forum_list($variables)

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

See also

forum-list.tpl.php

Code

developer/theme.php, line 181

<?php
function theme_forum_list($variables) {
  // This function is never used; see the corresponding template file instead.
}
?>