You are here

function vartheme2_preprocess_search_result in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7

Same name and namespace in other branches
  1. 7.2 themes/vartheme2/template.php \vartheme2_preprocess_search_result()

File

themes/vartheme2/template.php, line 10

Code

function vartheme2_preprocess_search_result(&$variables) {
  $variables['info_split']['type'] = $variables['result']['type'];
}