mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Language] Autoload language helper and language files
This commit is contained in:
@@ -64,7 +64,7 @@ $autoload['libraries'] = array('database', 'session', 'curl', 'OptionsLib', 'Fre
|
||||
| $autoload['helper'] = array('url', 'file');
|
||||
*/
|
||||
|
||||
$autoload['helper'] = array('url', 'security');
|
||||
$autoload['helper'] = array('url', 'security', 'language');
|
||||
|
||||
|
||||
/*
|
||||
@@ -96,8 +96,17 @@ $autoload['config'] = array('cloudlog', 'bands', 'lotw');
|
||||
|
|
||||
*/
|
||||
|
||||
$autoload['language'] = array('general_words');
|
||||
|
||||
$autoload['language'] = array(
|
||||
'account',
|
||||
'contesting',
|
||||
'eqsl',
|
||||
'general_words',
|
||||
'lotw',
|
||||
'menu',
|
||||
'notes',
|
||||
'qslcard',
|
||||
'qso',
|
||||
);
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
|
||||
@@ -85,10 +85,6 @@ class CI_Controller {
|
||||
$this->load =& load_class('Loader', 'core');
|
||||
$this->load->initialize();
|
||||
|
||||
$this->lang->load(array(
|
||||
'menu'
|
||||
));
|
||||
|
||||
log_message('info', 'Controller Class Initialized');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user