diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 4ae283b..8ef9df5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,17 +21,6 @@ that are set if the configuration is not overriden. ### Frontpage ```php -$config['frontpage']['bootstrap_theme'] = true; -``` -Uses the default Bootstrap theme if set to true. - -```php -$config['frontpage']['custom_bootstrap_theme'] = false; -``` -Defines the path to a custom Bootstrap theme. If set to false, disable the -custom Bootstrap theme. - -```php $config['frontpage']['css'] = 'css/style.css'; ``` Defines the path to the CSS file to use. |