diff options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 56d6efd..f37ab6b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -48,6 +48,12 @@ 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'; ``` Sets the disclaimer that should displayed. If set to null no disclaimer will |