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 {
|
'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>',
|
||||||
|
|
|
@ -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'),
|
||||||
|
|
Loading…
Reference in a new issue