string smarty_function_pndebug(
array $params, object &$smarty, string $output, string $template)
|
|
Smarty function to display a Zikula specific debug window
This function shows a Zikula debug window if the user has sufficient access rights
You need to have: modulename::debug .* ACCESS_ADMIN permission to see this.
Example <!--[ pndebug ]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| string |
$output |
if html, show debug in rendered page, otherwise open popup window |
| string |
$template |
specify different debug template, default pndebug.html, must be stored in pnRender/pntemplates |