string smarty_function_installtypes(
array $params, object &$smarty)
|
|
Smarty function to display a drop down list of installation types (ie: essential vs. complete)
Available parameters:
- assign: If set, the results are assigned to the corresponding variable instead of printed out
- name: Name for the control
- selected: Selected value
Example <!--[installtypes name=installtype]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |