How to use default layout for error pages instead of errorXXX views

Comparing #1 with #2

Revision #2 was created by rainyjune rainyjune on Jun 16, 2010, 2:47:51 AM.

add Chinese version

Content

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