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

See also

forum-submitted.tpl.php

Related topics

2 theme calls to theme_forum_submitted()
template_preprocess_forum_list in modules/forum/forum.module
Process variables to format a forum listing.
template_preprocess_forum_topic_list in modules/forum/forum.module
Preprocess variables to format the topic listing.

File

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

Code

function theme_forum_submitted() {

  // This function is never used; see the corresponding template file instead.
}