Procedural File: function.html_select_languages.php
Source Location: /pnRender/plugins/function.html_select_languages.phpClasses:
Page Details:
Zikula Application FrameworkTags:
smarty_function_html_select_languages [line 34]
|
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
Tags:
Parameters
| array | $params | All attributes passed to this function from the template |
| object | &$smarty | Reference to the Smarty object |
[ Top ]
