Function __global->actual_copy_theme
Definitions
sources/themes3.php
- Copy a theme.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$theme | ID_TEXT | required parameter | N/A | N/A | The original theme name |
$to | ID_TEXT | required parameter | N/A | N/A | The copy's theme name |
$theme_images_to_skip | array | [] | N/A | N/A | List of theme images to skip (presumably as they'll be created separately) |
$css_files_to_skip | array | [] | N/A | N/A | List of CSS files to skip (presumably as they'll be created separately) |
$include_themeini | boolean | True | N/A | N/A | Whether to create theme.ini |