forked from deblan/side_menu
fix issue #4: add option to hide the logo
This commit is contained in:
parent
f85b5de28d
commit
407073dd98
7 changed files with 63 additions and 19 deletions
|
|
@ -53,6 +53,7 @@ class Admin implements ISettings
|
|||
'text-color' => $this->config->getAppValue('side_menu', 'text-color', '#FFFFFF'),
|
||||
'cache' => $this->config->getAppValue('side_menu', 'cache', '0'),
|
||||
'opener' => $this->config->getAppValue('side_menu', 'opener', 'side-menu-opener'),
|
||||
'display-logo' => $this->config->getAppValue('side_menu', 'display-logo', '1'),
|
||||
];
|
||||
|
||||
return new TemplateResponse('side_menu', 'settings/admin-form', $parameters, '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue