You are here

function advanced_forum_preprocess_forum_icon in Advanced Forum 7.2

Same name and namespace in other branches
  1. 5 advanced_forum.module \advanced_forum_preprocess_forum_icon()
  2. 6.2 includes/theme.inc \advanced_forum_preprocess_forum_icon()
  3. 6 advanced_forum.module \advanced_forum_preprocess_forum_icon()

Preprocesses template variables for the forum icon template.

File

includes/theme.inc, line 403
Holds theme functions and template preprocesses. Other style related functions are in style.inc

Code

function advanced_forum_preprocess_forum_icon(&$variables) {
  advanced_forum_add_template_suggestions("topic_icon", $variables);
}