cosmetic
This commit is contained in:
parent
a656621b62
commit
2672486b69
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@ class Backend extends Process
|
|||
'adminDashboardHeaders' => function (): string {
|
||||
return My::jsLoad('service', dcCore::app()->getVersion(My::id()));
|
||||
},
|
||||
'adminPageFooterV2' => function(): void {
|
||||
'adminPageFooterV2' => function (): void {
|
||||
if (My::settings()->getGlobal('distant_api_url')) {
|
||||
echo sprintf(
|
||||
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
|
||||
|
|
|
@ -97,7 +97,6 @@ class Config extends Process
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
echo
|
||||
(new Div())->items([
|
||||
(new Text('p', __('Settings are globals. Reports are by blog.')))->class('message'),
|
||||
|
|
Loading…
Reference in a new issue