Changeset 2252

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

Cleanup for r2251.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/controllers/welcome.php

    r2251 r2252  
    1313        public function index() 
    1414        { 
    15                 echo $foo; 
    1615                // In Kohana, all views are loaded and treated as objects. 
    1716                $welcome = new View('welcome'); 
  • trunk/index.php

    r2251 r2252  
    9797                die 
    9898                ( 
    99                         '<div id="framework_error" style="width:80%;margin:50px auto;text-align:center;">'. 
     99                        '<div style="width:80%;margin:50px auto;text-align:center;">'. 
    100100                                '<h3>Application Directory Not Found</h3>'. 
    101101                                '<p>The <code>$kohana_application</code> directory does not exist.</p>'. 
     
    110110                die 
    111111                ( 
    112                         '<div id="framework_error" style="width:80%;margin:50px auto;text-align:center;">'. 
     112                        '<div style="width:80%;margin:50px auto;text-align:center;">'. 
    113113                                '<h3>System Directory Not Found</h3>'. 
    114114                                '<p>The <code>$kohana_system</code> directory does not exist.</p>'.