Function __global->get_image_paths
Definitions
sources/themes2.php
- Search under a base path for image FILE URLs.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$base_url | URLPATH | required parameter | N/A | N/A | The base URL to where we are searching for images |
$base_path | PATH | required parameter | N/A | N/A | The base-path to where we are searching for images |
$include_lang_dir_structure | boolean | False | N/A | N/A | Whether to also include stuff under language-specific directories |
Return
- path->url map of found images
- Type: array
- Set: N/A
- Range: N/A