Changeset 2251 for trunk/system/views/kohana_error_disabled.php
- Timestamp:
- 03/09/2008 03:26:24 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_error_disabled.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_error_disabled.php
r2249 r2251 7 7 <body> 8 8 <style type="text/css"> 9 <?php echo KOHANA_ERROR_CSS?>9 <?php include Kohana::find_file('views', 'kohana_errors', FALSE, 'css') ?> 10 10 </style> 11 <div id=" kohana_error" style="width:24em;margin:50px auto;">11 <div id="framework_error" style="width:24em;margin:50px auto;"> 12 12 <h3><?php echo $error ?></h3> 13 13 <p><?php echo $message ?></p>
