string smarty_function_html_select_modulestylesheets(
array $params, object &$smarty)
|
|
Smarty function to display a drop down list of module stylesheets
Available parameters:
- modname The module name to show the styles for
- assign: If set, the results are assigned to the corresponding variable instead of printed out
- id: ID for the control
- name: Name for the control
- exclude Comma seperated list of files to exclude (optional)
- selected: Selected value
Example <!--[modstyleslist name=modulestylesheet selected=navtabs.css]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |