| Versions | |
|---|---|
| 4.7 – 5 | theme_forum_list( |
| 6 | theme_forum_list() |
| 7 | theme_forum_list($variables) |
Implemented using the forum-list.tpl.php template.
developer/
<?php
function theme_forum_list($variables) {
// This function is never used; see the corresponding template file instead.
}
?>