slywalker / cakephp-plugin-boost_cake

Bootstrap Plugin for CakePHP
http://slywalker.github.io/cakephp-plugin-boost_cake/
278 stars 93 forks source link

What layout use? #57

Open neohunter opened 10 years ago

neohunter commented 10 years ago

I'm trying to setup this.

$this->layout = 'bootstrap3';

But it says Layout file "View/Layouts/BoostCake/bootstrap3.ctp" is missing.

Why is not that on your documentation?

simonbuehler commented 10 years ago

i have the same problem: how can i assign the boostrap3 layout to all views? In the AppController?

develmts commented 10 years ago

As per CakePhp Docs here, using standard plugin notation:

$this->layout = 'BoostCake.bootstrap3';