diff options
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
|