You are here

function template_preprocess_advanced_forum_topic_list_view in Advanced Forum 6.2

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

Display a view as a forum topic list style.

File

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

Code

function template_preprocess_advanced_forum_topic_list_view(&$variables) {
  include_once drupal_get_path('module', 'advanced_forum') . '/includes/template_preprocess_advanced_forum_topic_list_view.inc';
  _template_preprocess_advanced_forum_topic_list_view($variables);
}