This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{* Smarty *} | |
{capture name='_smarty_debug' assign=debug_output} | |
<script type="text/javascript"> | |
// <![CDATA[ | |
var Smarty_debug = function Smarty_debug(collapsed){literal}{{/literal} | |
var group = (collapsed) ? console.groupCollapsed : console.group; | |
group("Smarty Debug"+ "{if isset($template_name)}{$template_name|debug_print_var nofilter}{else}Total Time {$execution_time|string_format:"%.5f"}{/if}"); |