Upgraded to latest version of Smarty 2.6.9

This commit is contained in:
thepurpleblob
2005-04-19 09:52:16 +00:00
parent f55a672eea
commit c38950b11b
49 changed files with 678 additions and 510 deletions
@@ -8,9 +8,9 @@
/**
* Smarty {assign_debug_info} function plugin
*
* Type: function<br />
* Name: assign_debug_info<br />
* Purpose: assign debug info to the template<br />
* Type: function<br>
* Name: assign_debug_info<br>
* Purpose: assign debug info to the template<br>
* @param array unused in this plugin, this plugin uses {@link Smarty::$_config},
* {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info}
* @param Smarty
@@ -24,7 +24,7 @@ function smarty_function_assign_debug_info($params, &$smarty)
ksort($config_vars);
$smarty->assign("_debug_config_keys", array_keys($config_vars));
$smarty->assign("_debug_config_vals", array_values($config_vars));
}
}
$included_templates = $smarty->_smarty_debug_info;