Return the URL 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 = $formBuilderMain->themesURL();
// usage with all arguments
$string = $formBuilderMain->themesURL(string $theme = '');
Arguments
Name | Type(s) | Description |
---|---|---|
theme (optional) | string | Optionally specify the theme and it will be included in the url |
Return value
string
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236