function theme_forum_submitted

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 drupal-6.x/modules/forum/forum.module
Process variables to format a forum listing.
template_preprocess_forum_topic_list in drupal-6.x/modules/forum/forum.module
Preprocess variables to format the topic listing.

Archivo

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

Código

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