You are here

template.php in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.2

File

themes/vartheme2/template.php
View source
<?php

/**
 * @file template.php
 */
include_once "includes/alter.inc";
function vartheme2_preprocess_search_result(&$variables) {
  $variables['info_split']['type'] = $variables['result']['type'];
}