Print all smarty vars

{php}
var_dump($Smarty->_tpl_vars);
{/php}

Share