Return the path where themes are stored
If the dir /site/templates/FormBuilder/themes/ exists, it will use that. Otherwise it uses /site/modules/FormBuilder/themes/
Usage
// basic usage
$string = $forms->themesPath();
// usage with all arguments
$string = $forms->themesPath(string $theme = '');
Arguments
Name | Type(s) | Description |
---|---|---|
theme (optional) | string | Optionally specify the theme and it will be included in the path |
Return value
string
API reference based on ProcessWire core version 3.0.236