If my whole site is using the default.ctp layout specified in apps/view/layouts/default.ctp, how do I change only the home page layout to use homepage.ctp and leave the rest of the site using default.ctp?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Copy the
Edit: |
|||||||||||||
|
|
The above answer is now out of date, but gives the right approach. In modern versions of CakePHP, the controller he asks you to make is already present and is:
I had a template called "loggedoff", and added this as follows, just before the
|
|||
|
|