diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-13 19:10:06 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-13 19:10:06 +0200 |
| commit | e0dbc792040084b063686da072642eb63422c8d1 (patch) | |
| tree | ae01c1d1698102684e1e5423132661f506df4de9 /libs/debug.tpl | |
| parent | a3c89bb4f4779378e3a02be69630ba46b6075cfc (diff) | |
| download | smarty-e0dbc792040084b063686da072642eb63422c8d1.tar.gz smarty-e0dbc792040084b063686da072642eb63422c8d1.tar.bz2 smarty-e0dbc792040084b063686da072642eb63422c8d1.zip | |
Debugging - add display of Smarty version
Diffstat (limited to 'libs/debug.tpl')
| -rw-r--r-- | libs/debug.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/debug.tpl b/libs/debug.tpl index d27e9f81..0fafb22f 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -105,7 +105,7 @@ </head> <body> - <h1>Smarty Debug Console + <h1>Smarty {Smarty::SMARTY_VERSION} Debug Console - {if isset($template_name)}{$template_name|debug_print_var nofilter} {/if}{if !empty($template_data)}Total Time {$execution_time|string_format:"%.5f"}{/if}</h1> {if !empty($template_data)} |
