From f269bd64ef1a06950f06028f5b952f99b2b9257e Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 28 Jan 2018 15:46:49 +0100 Subject: Remove custom bootstrap theme config. --- docs/configuration.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 849e39a..8ef9df5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -20,12 +20,6 @@ that are set if the configuration is not overriden. ### Frontpage -```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'; ``` -- cgit v1.2.3