diff --git a/src/Controller/StateBalancesController.php b/src/Controller/StateBalancesController.php index 02e5bd203..a4a23cbf2 100644 --- a/src/Controller/StateBalancesController.php +++ b/src/Controller/StateBalancesController.php @@ -177,7 +177,7 @@ class StateBalancesController extends AppController public function overviewGdt() { $startTime = microtime(true); - $this->viewBuilder()->setLayout('frontend_ripple'); + $this->viewBuilder()->setLayout('frontend'); $session = $this->getRequest()->getSession(); $result = $this->requestLogin(); if ($result !== true) {