You are here

function advanced_forum_preprocess_views_view__advanced_forum_group_topic_list in Advanced Forum 7.2

Same name and namespace in other branches
  1. 6.2 includes/theme.inc \advanced_forum_preprocess_views_view__advanced_forum_group_topic_list()

Preprocess view forum group list.

File

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

Code

function advanced_forum_preprocess_views_view__advanced_forum_group_topic_list(&$variables) {
  _advanced_forum_add_files();
  advanced_forum_add_template_suggestions("group_topic_list_outer_view", $variables);

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