diff --git a/modules/setup/application/controllers/IndexController.php b/modules/setup/application/controllers/IndexController.php index eec43a737..4685d9841 100644 --- a/modules/setup/application/controllers/IndexController.php +++ b/modules/setup/application/controllers/IndexController.php @@ -15,6 +15,11 @@ class Setup_IndexController extends Controller */ protected $requiresAuthentication = false; + /** + * {@inheritdoc} + */ + protected $innerLayout = 'inline'; + /** * Show the web wizard and run the configuration once finished */