$current_q) { $current_lang = strtolower (join ('-', $lang_code)); $current_q = $lang_quality; break; } } if ($strict_mode) { break; } array_pop ($lang_code); } } return $current_lang; } function print_tree_rec($tree, $level) { $output = '\n"; return $output; } function print_tree($params, Smarty_Internal_Template $template) { if (empty($params['level'])) { $level = 0; } else { $level = $params['level']; } if (empty($params['tree'])) { return ''; } else { return print_tree_rec($params['tree'], $level); } } function msgout(array $parameters, Smarty_Internal_Template $smarty) { // This is just a quick hack around missing {php} in Smarty3 $GLOBALS['g_error']->PrintOut(); $GLOBALS['g_warning']->PrintOut(); $GLOBALS['g_message']->PrintOut(); }