How to implement multiple page layouts in an application

Comparing #2 with #3

Revision #3 was created by wei wei on Oct 26, 2010, 3:13:15 AM.

formatting, tags

Tags

layout

Content

[...]
$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.