You are here

function advanced_forum_preprocess_views_view_fields__advanced_forum_search 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()

Preprocesses template variables for the search results template.

File

includes/theme.inc, line 242
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(&$variables) {
  _advanced_forum_add_files();
  advanced_forum_add_template_suggestions("search-result", $variables['template_files']);
}