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
[...]
<?php echo $error['message']; ?>
</div>
```
Now all application errors are rendered using the default application layout.
### Links
[Chinese version](http://dreamneverfall.cn/node/104)