Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 6, 2016
1 parent 2c6a789 commit d148323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ BootstrapUI comes with it's own `layout.ctp` file and examples taken from the Bo
When no layout for the view is defined the `BootstrapUI\View\UIViewTrait` will load it's own `layout.ctp` file. You can
override this behavior in two ways.

- Assign a layout to the view with `$this->layout('layout.ctp')`.
- Disable auto loading of the layout in `BootstrapUI\View\UIViewTrait` with `$this->initializeUI(['layout'=>false]);`.
- Assign a layout to the view with `$this->layout('layout')`.
- Disable auto loading of the layout in `BootstrapUI\View\UIViewTrait` with `$this->initializeUI(['layout' = >false]);`.

### Loading the Bootstrap framework

Expand Down

0 comments on commit d148323

Please sign in to comment.