import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
18
modules/default/views/scripts/error/error.phtml
Executable file
18
modules/default/views/scripts/error/error.phtml
Executable file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>An error occurred</h2>
|
||||
<strong><?= $this->message ?></strong>
|
||||
<? if ($this->trace): ?>
|
||||
<pre>
|
||||
Stack Trace:
|
||||
<?= $this->trace ?>
|
||||
</pre>
|
||||
<? endif ?>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user