diff --git a/templates/app/home-page.phtml b/templates/app/home-page.phtml index 1d57baa1..911b9fde 100644 --- a/templates/app/home-page.phtml +++ b/templates/app/home-page.phtml @@ -1,4 +1,13 @@ -layout('layout::layout', []) ?> +layout('layout::default', ['redirect' => true]); +?>
diff --git a/templates/layout/layout.phtml b/templates/layout/layout.phtml index b3033d07..c40a7c34 100644 --- a/templates/layout/layout.phtml +++ b/templates/layout/layout.phtml @@ -1,3 +1,13 @@ + @@ -10,6 +20,11 @@ <?= $title ?? 'Laminas: Components and MVC for Enterprise Applications' ?> + + + + +