You are here

function advanced_forum_preprocess_forum_topic_list in Advanced Forum 6.2

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

Preprocesses template variables for the topic list template.

File

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

Code

function advanced_forum_preprocess_forum_topic_list(&$variables) {
  advanced_forum_add_template_suggestions("topic-list", $variables['template_files']);
}