From af39db4bc0c638380ccac651836777c5775d66e4 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 18 Dec 2014 11:16:51 +0100 Subject: Option to configure the header's link. Use $config['frontpage']['header_link'] to give a link to be used when the header is clicked. The default value is null and means that no link will be used. --- docs/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 56d6efd..f37ab6b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -47,6 +47,12 @@ $config['frontpage']['image'] = null; Sets the image (logo) that should be displayed. If set to null no image will be shown. +```php +$config['frontpage']['header_link'] = null; +``` +Sets the link used in the header of the page. If set to null no link will be +used and the header will not be clickable. + ```php $config['frontpage']['disclaimer'] = 'Disclaimer example'; ``` -- cgit v1.2.3