You are here

function advanced_forum_preprocess_views_view_fields__advanced_forum_search_topic in Advanced Forum 6.2

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

File

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

Code

function advanced_forum_preprocess_views_view_fields__advanced_forum_search_topic(&$variables) {
  _advanced_forum_add_files();
  advanced_forum_add_template_suggestions("search-result", $variables['template_files']);
}