Procedural File: function.pnblock.php
Source Location: /pnRender/plugins/function.pnblock.phpClasses:
Page Details:
Zikula Application FrameworkTags:
smarty_function_pnblock [line 42]
|
Smarty function to display an existing Zikula block.
The block is choosen by its id.
The block state is ignored, so even deactivated blocks can be shown.
The block specific parameters can be overwritten, considering they are known.
Available parameters:
- id id of block to be displayed
- name title of block to be displayed
- title Overwrites block title
- position Overwrites position (l,c,r)
- 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 |
[ Top ]
