You are here

function template_preprocess_varbase_neutral_tree in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

Implements template_preprocess_HOOK() for theme_varbase_neutral_tree().

File

modules/custom/varbase_support/theme/theme.inc, line 35

Code

function template_preprocess_varbase_neutral_tree(&$variables) {
  $variables['tree'] = $variables['tree']['#children'];
}