Changeset 2252 for trunk/index.php

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

Cleanup for r2251.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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>'.