summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 15:46:49 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 15:46:49 +0100
commitf269bd64ef1a06950f06028f5b952f99b2b9257e (patch)
tree921d2604886dd3749f0b9bdde7af3ff7f535554d /docs/configuration.md
parent7a48310665ff95082022672658194caa7ffa693d (diff)
Remove custom bootstrap theme config.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 849e39a..8ef9df5 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -21,12 +21,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';
```
Defines the path to the CSS file to use.