master
Jean-Christian Paul Denis 2023-08-16 16:21:05 +02:00
parent a656621b62
commit 2672486b69
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class Backend extends Process
'adminDashboardHeaders' => function (): string { 'adminDashboardHeaders' => function (): string {
return My::jsLoad('service', dcCore::app()->getVersion(My::id())); return My::jsLoad('service', dcCore::app()->getVersion(My::id()));
}, },
'adminPageFooterV2' => function(): void { 'adminPageFooterV2' => function (): void {
if (My::settings()->getGlobal('distant_api_url')) { if (My::settings()->getGlobal('distant_api_url')) {
echo sprintf( echo sprintf(
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>', '<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',

View File

@ -97,7 +97,6 @@ class Config extends Process
return; return;
} }
echo echo
(new Div())->items([ (new Div())->items([
(new Text('p', __('Settings are globals. Reports are by blog.')))->class('message'), (new Text('p', __('Settings are globals. Reports are by blog.')))->class('message'),