function theme_forum_icon

6.x theme.php theme_forum_icon()

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

See also

forum-icon.tpl.php

Related topics

1 theme call to theme_forum_icon()
template_preprocess_forum_topic_list in drupal-6.x/modules/forum/forum.module
Preprocess variables to format the topic listing.

File

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

Code

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