string smarty_function_html_select_languages(
array $params, object &$smarty)
|
|
Smarty function to display a drop down list of languages
Available parameters:
- assign: If set, the results are assigned to the corresponding variable instead of printed out
- name: Name for the control
- id: ID for the control
- selected: Selected value
- installed: if set only show languages existing in languages folder
- all: show dummy entry '_ALL' on top of the list with empty value
Example <!--[html_select_languages name=language selected=eng]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |