Skip to content

Commit

Permalink
prove setup layout for expressive is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Mar 22, 2017
1 parent 5f1dbcc commit b4d4f23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Expand Up @@ -71,7 +71,7 @@

// if enable and display_errors = 0, the page will bring layout and view
'template' => [
'layout' => 'layout::layout',
'layout' => 'layout::expressive-layout',
'view' => 'error-hero-module::error-default'
],

Expand Down
Expand Up @@ -71,7 +71,7 @@

// if enable and display_errors = 0, the page will bring layout and view
'template' => [
'layout' => 'layout::layout',
'layout' => 'layout::expressive-layout',
'view' => 'error-hero-module::error-default'
],

Expand Down
3 changes: 3 additions & 0 deletions spec/Fixture/view/layout/expressive-layout.phtml
@@ -0,0 +1,3 @@
<?php
echo $this->content;
?>

0 comments on commit b4d4f23

Please sign in to comment.