string smarty_function_pnbannerdisplay(
array $params, object &$smarty, sting 2)
|
|
Smarty function to display .
This function takes a identifier and returns a banner from the banners module
Available parameters:
- id: id of the banner group as defined in the banners module
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Example <!--[pnbannerdisplay id=0]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| sting |
2 |
|