You are here

function advanced_forum_preprocess_advanced_forum_forum_legend in Advanced Forum 7.2

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

Preprocesses template variables for the forum legend template.

File

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

Code

function advanced_forum_preprocess_advanced_forum_forum_legend(&$variables) {
  advanced_forum_add_template_suggestions("forum_legend", $variables);
}