Function __global->actual_edit_theme_image
Definitions
sources/themes3.php
- Edit a theme image.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$old_id | SHORT_TEXT | required parameter | N/A | N/A | The current theme image ID |
$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 (blank: all languages) |
$id | SHORT_TEXT | required parameter | N/A | N/A | The new theme image ID |
$url | URLPATH | required parameter | N/A | N/A | The URL to the theme image |
$quick | boolean | False | N/A | N/A | Whether to avoid cleanup, etc |