From c9e2b10f08a3c718e52e287e2dd14b880e4e3057 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 12 Jul 2007 12:14:45 +0000 Subject: added language files to autoload --- system/application/config/autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'system/application') diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index 26e71f74c..85b65aa7f 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.php @@ -80,6 +80,21 @@ $autoload['plugin'] = array(); $autoload['config'] = array(); +/* +| ------------------------------------------------------------------- +| Auto-load Language files +| ------------------------------------------------------------------- +| Prototype: +| +| $autoload['language'] = array('lang1', 'lang2'); +| +| NOTE: Do not include the "_lang" part of your file. For example +| "codeigniter_lang.php" would be referenced as array('codeigniter'); +| +*/ + +$autoload['language'] = array(''); + /* | ------------------------------------------------------------------- | Auto-load Core Libraries -- cgit v1.2.3-24-g4f1b