master
Jean-Christian Paul Denis 2023-03-21 21:39:10 +01:00
parent 7ae7faa3a1
commit 0f74e5dff5
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Backend extends dcNsProcess
(new Div())->class('box')->items([
(new Para())->items([
(new Checkbox('simply_favicon', (bool) $blog_settings->get('system')->get('simply_favicon')))->value('1'),
(new Label(__('Enable favorite icon')))->for('simply_favicon')->class('classic'),
(new Label(__('Enable favorite icon'), Label::OUTSIDE_LABEL_AFTER))->for('simply_favicon')->class('classic'),
]),
(new Note())->text(__("You must place an image called favicon.png or .jpg or .ico into your blog's public directory."))->class('form-note'),
])->render() .