diff options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 4ae283b..849e39a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,11 +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 |