string smarty_function_pnblockshow(
array $params, object &$smarty)
|
|
Smarty function to show a zikula block by blockinfo array or blockid.
This function returns a zikula block by blockinfo array or blockid
Available parameters:
- module
- blockname
- block
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |