Function Module_admin_themes->get_image_form_fields
Definitions
adminzone/pages/modules/admin_themes.php
- Get Tempcode for a theme image adding/editing form.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$theme | ID_TEXT | required parameter | N/A | N/A | The theme the theme image is in |
$lang | LANGUAGE_NAME | required parameter | N/A | N/A | The language the theme image is for |
$id | SHORT_TEXT | Blank (empty string) | N/A | N/A | The theme image ID |
$url | URLPATH | Blank (empty string) | N/A | N/A | The URL to the theme image |
Return
- A pair: the Tempcode for the visible fields, and the Tempcode for the hidden fields
- Type: array
- Set: N/A
- Range: N/A