From 6f2b5a3ad6a5cefb41e8c32abab29c39ab619048 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 9 Feb 2015 17:37:59 +0100 Subject: Forgotten 'parameters'. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration.md') 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. -- cgit v1.2.3