Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 14, 2024
1 parent 33323bc commit cb57944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/layout/layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
['page' => ['layouts_nolayout'], 'title' => 'HTML without layout'],
['page' => ['layouts_manual'], 'title' => 'Manual layout'],
['page' => ['../basic/header', 'layout' => Layout\Centered::class], 'title' => 'Centered layout'],
['page' => ['layouts_admin'], 'title' => 'Admin Layout'],
['page' => ['layouts_error'], 'title' => 'Exception Error'],
['page' => ['layouts_admin'], 'title' => 'Admin layout'],
['page' => ['layouts_error'], 'title' => 'Exception page'],
];

// layout
Expand Down

0 comments on commit cb57944

Please sign in to comment.