| 5 forum.module | theme_forum_topic_list( |
| 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
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