Revision #3 has been created by wei on Oct 26, 2010, 3:13:15 AM with the memo:
formatting, tags
« previous (#2)
Changes
Title
unchanged
How to implement multiple page layouts in an application
Category
unchanged
Tutorials
Yii version
unchanged
Tags
changed
layout
Content
changed
[...]
$this->portlets['RecentCommentPortlet']=array('count'=>5);
?>
...render the post list...
```
In the above, we also need to configure the breadcrumbs of the view. We will leave this as an exercise for you.