Revision #2 has been created by Mike on Aug 21, 2009, 12:38:10 PM with the memo:
Fixed typo
« previous (#1) next (#3) »
Changes
Title
unchanged
How to implement multiple page layouts in an application
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
</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 `portlets2` property of the current controller.
Using Layouts
-------------[...]