1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
2 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="en" lang
="en">
5 <meta http
-equiv
="Content-Type" content
="text/html; charset=utf-8"/>
6 <title
><?php
echo $error ?
></title
>
9 <style type
="text/css">
10 <?php
include Kohana
::find_file('views', 'kohana_errors', FALSE, 'css') ?
>
12 <div id
="framework_error" style
="width:24em;margin:50px auto;">
13 <h3
><?php
echo html
::specialchars($error) ?
></h3
>
14 <p style
="text-align:center"><?php
echo $message ?
></p
>