From 529db4065d1918aa41722ab56e925a815518d2ae Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 24 Jun 2020 06:10:12 +0000 Subject: [PATCH] change back overview gdt frontend --- src/Controller/StateBalancesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {