diff --git a/application/layouts/scripts/body.phtml b/application/layouts/scripts/body.phtml index 87b570bfe..31d6d2abd 100644 --- a/application/layouts/scripts/body.phtml +++ b/application/layouts/scripts/body.phtml @@ -38,11 +38,11 @@ if ($this->layout()->inlineLayout) { '', Auth::getInstance()->isAuthenticated() ? 'dashboard' : '', null, - array( + [ 'aria-hidden' => 'true', 'data-base-target' => '_main', 'id' => 'header-logo' - ) + ] ); ?>