diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 14:14:45 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-12 14:14:45 +0200 |
commit | c9e2b10f08a3c718e52e287e2dd14b880e4e3057 (patch) | |
tree | ec92a77963e8677ef6b0b270ae3e954717f2a49d /user_guide/general | |
parent | 2d2437edf10edf2669dd85e5943bd4061216eef0 (diff) |
added language files to autoload
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/autoloader.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index 39a0ce657..5ee58dacf 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -73,6 +73,7 @@ consider auto-loading them for convenience.</p> <li>Helper files found in the "helpers" folder</li>
<li>Plugins found in the "plugins" folder</li>
<li>Custom config files found in the "config" folder</li>
+<li>Language files found in the "system/language" folder </li>
</ul>
<p>To autoload resources, open the <var>application/config/autoload.php</var> file and add the item you want
|