Changeset 2251 for trunk/system/views
- Timestamp:
- 03/09/2008 03:26:24 PM (9 months ago)
- Location:
- trunk/system/views
- Files:
-
- 1 added
- 2 modified
-
kohana_error_disabled.php (modified) (1 diff)
-
kohana_error_page.php (modified) (1 diff)
-
kohana_errors.css (added)
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> -
trunk/system/views/kohana_error_page.php
r2249 r2251 8 8 <body> 9 9 <style type="text/css"> 10 <?php echo KOHANA_ERROR_CSS?>10 <?php include Kohana::find_file('views', 'kohana_errors', FALSE, 'css') ?> 11 11 </style> 12 <div id=" kohana_error" style="width:42em;margin:20px auto;">12 <div id="framework_error" style="width:42em;margin:20px auto;"> 13 13 <h3><?php echo $error ?></h3> 14 14 <p><?php echo $description ?></p>
