diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-12-28 17:40:25 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-12-28 17:40:25 +0100 |
| commit | 5d1ea5806a10071fdb6af0fa945c8e3f58e033c4 (patch) | |
| tree | bf3b40cb02534c911d44c54f55ec2c1ca1df78ed /src | |
| parent | ab247c723b58743f3ba9fe95dc13e91e11d9fc97 (diff) | |
| download | smarty-5d1ea5806a10071fdb6af0fa945c8e3f58e033c4.tar.gz smarty-5d1ea5806a10071fdb6af0fa945c8e3f58e033c4.tar.bz2 smarty-5d1ea5806a10071fdb6af0fa945c8e3f58e033c4.zip | |
change SMARTY_VERSION to $smarty.version.
Fixes #1073
Diffstat (limited to 'src')
| -rw-r--r-- | src/debug.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.tpl b/src/debug.tpl index 3dd25bf3..ab093581 100644 --- a/src/debug.tpl +++ b/src/debug.tpl @@ -108,7 +108,7 @@ </head> <body> - <h1>Smarty {\Smarty\Smarty::SMARTY_VERSION} Debug Console + <h1>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)} |
