diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:03:20 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 00:03:20 +0100 |
commit | e58254f14a275ab1355b2511443755d53b5d11c9 (patch) | |
tree | 98fcf195385497a0a94c409cc926e13c1fe44827 | |
parent | aeb5fdd466e6b62d97bfa1c2d1e91b8d4f5f2e39 (diff) |
No more default Bootstrap theme.
-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 |