Source for file function.debug.php
Documentation is available at function.debug.php
* Smarty {debug} function plugin
* Purpose: popup debug window
* @link http://smarty.php.net/manual/en/language.function.debug.php {debug}
* @return string output from {@link Smarty::_generate_debug_output()}
$smarty->assign('_smarty_debug_output',$params['output']);
require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.display_debug_console.php');
/* vim: set expandtab: */
|