summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2015-02-09 17:37:59 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2015-02-09 17:37:59 +0100
commit6f2b5a3ad6a5cefb41e8c32abab29c39ab619048 (patch)
treec6e100bd5c0514c87cdb97eacb693d2747ef9312 /docs/configuration.md
parent767174015892dde07a6bc9999e9170b7c21dd378 (diff)
Forgotten 'parameters'.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index f37ab6b..85d2026 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -70,7 +70,7 @@ $config['frontpage']['show_visitor_ip'] = true;
Defines if the visitor IP address should be displayed.
```php
-$config['frontpage']['order'] = array('routers', 'commands', 'parameters', 'buttons');
+$config['frontpage']['order'] = array('routers', 'commands', 'parameter', 'buttons');
```
Sets the order of the sections that are displayed.