Same name and namespace in other branches
  1. 4.7.x modules/forum.module \theme_forum_icon()
  2. 5.x modules/forum/forum.module \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 modules/forum/forum.module
Preprocess variables to format the topic listing.

File

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.
}