Skip to content

Commit 12fe619

Browse files
authored
Merge pull request #68 from Xerkus/hotfix/template-layout-reference
Fix wrong layout name in the template
2 parents 39a4783 + c1b7433 commit 12fe619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/home-page.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare(strict_types=1);
66
* @var League\Plates\Template\Template $this
77
*/
88

9-
$this->layout('layout::default', ['redirect' => true]);
9+
$this->layout('layout::layout', ['redirect' => true]);
1010
?>
1111

1212
<div class="row">

0 commit comments

Comments
 (0)