Revision #2 has been created by rainyjune on Jun 16, 2010, 2:47:51 AM with the memo:
add Chinese version
« previous (#1) next (#3) »
Changes
Title
unchanged
How to use default layout for error pages instead of errorXXX views
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
<div>
<?php echo $error['message']; ?>
</div>
```
Now all application errors are rendered using the default application layout.
### Links
[Chinese version](http://dreamneverfall.cn/node/104)