Changeset 2251 for trunk/application

Show
Ignore:
Timestamp:
03/09/2008 03:26:24 PM (9 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/application/controllers/welcome.php

    r2233 r2251  
    1313        public function index() 
    1414        { 
     15                echo $foo; 
    1516                // In Kohana, all views are loaded and treated as objects. 
    1617                $welcome = new View('welcome');