Show
Ignore:
Timestamp:
03/09/2008 03:26:24 PM (10 months ago)
Author:
Shadowhand
Message:

Follow up to r2249:

  • Moved KOHANA_ERROR_CSS to system/views/kohana_errors.css
  • Updated kohana_error_disabled and kohana_error_page to match
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_error_disabled.php

    r2249 r2251  
    77<body> 
    88<style type="text/css"> 
    9 <?php echo KOHANA_ERROR_CSS ?> 
     9<?php include Kohana::find_file('views', 'kohana_errors', FALSE, 'css') ?> 
    1010</style> 
    11 <div id="kohana_error" style="width:24em;margin:50px auto;"> 
     11<div id="framework_error" style="width:24em;margin:50px auto;"> 
    1212<h3><?php echo $error ?></h3> 
    1313<p><?php echo $message ?></p>