Function __global->_css_compile
Definitions
sources/web_resources2.php
- Return a specific compiled CSS file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$active_theme | ID_TEXT | required parameter | N/A | N/A | The theme the file is being loaded for |
$theme | string | required parameter | N/A | N/A | Theme name |
$c | string | required parameter | N/A | N/A | The CSS file required |
$full_path | PATH | required parameter | N/A | N/A | Full path to CSS file (file is in non-compiled Tempcode format) |
$minify | boolean | True | N/A | N/A | Whether to also do minification |
Return
- A pair: success status, The text of the compiled file
- Type: array
- Set: N/A
- Range: N/A