How to implement multiple page layouts in an application

Comparing #1 with #2

Revision #2 was created by Mike Mike on Aug 21, 2009, 12:38:10 PM.

Fixed typo

Content

[...]
</div>

<?php $this->endContent(); ?>
```

Nothing special here. We add yet another extra sidebar column and display a list of portlets whose specification comes from the `portlets
2` property of the current controller.


Using Layouts
-------------
[...]