Changeset 2251 for trunk/system/views/kohana_error_page.php
- Timestamp:
- 03/09/2008 03:26:24 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_error_page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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>
