adminThemeService = new AdminThemeService(); $active_theme = $this->adminThemeService->getActiveAdminThemeInfo(); $this->cgView->layoutPath = getConst($active_theme['layout_path']); $this->cgView->layout = "/" . $active_theme['layout']; $this->cgView->addVarToLayout("resources", $active_theme['resource']); } }