diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php index 040d2ff..09aa1bb 100755 --- a/Admin/Settings/Theme/Backend/settings.tpl.php +++ b/Admin/Settings/Theme/Backend/settings.tpl.php @@ -14,10 +14,10 @@ declare(strict_types=1); use phpOMS\Uri\UriFactory; -$settings = $this->getData('settings') ?? []; -$applications = $this->getData('applications') ?? []; +$settings = $this->data['settings'] ?? []; +$applications = $this->data['applications'] ?? []; -echo $this->getData('nav')->render(); ?> +echo $this->data['nav']->render(); ?>