You are here

function advanced_forum_preprocess_views_view_forum_topic_list__advanced_forum_topic_list in Advanced Forum 6.2

File

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

Code

function advanced_forum_preprocess_views_view_forum_topic_list__advanced_forum_topic_list(&$variables) {
  _advanced_forum_add_files();
  advanced_forum_add_template_suggestions("topic-list-view", $variables['template_files']);

  // Set a variable for displaying the topic legend.
  $variables['topic_legend'] = theme('advanced_forum_topic_legend');
}