cakephp-plugin-boost_cake icon indicating copy to clipboard operation
cakephp-plugin-boost_cake copied to clipboard

What layout use?

Open neohunter opened this issue 11 years ago • 2 comments

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?

neohunter avatar Feb 09 '14 17:02 neohunter

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

simonbuehler avatar Feb 27 '14 16:02 simonbuehler

As per CakePhp Docs here, using standard plugin notation:

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

develmts avatar Apr 30 '14 00:04 develmts