Changes
Title
unchanged
How to implement multiple page layouts in an application
Category
unchanged
Tutorials
Yii version
unchanged
Tags
changed
layout
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.[...]
```
In the above, we also need to configure the breadcrumbs of the view. We will leave this as an exercise for you.