Esempio n. 1
0
 function &get_language_ini($with_variation = false)
 {
     $type = $with_variation ? 'variation' : 'default';
     if (get_class($this->language_ini[$type]) != 'ini') {
         $this->language_ini[$type] = locale::_get_ini($with_variation, LOCALE_DIR . 'language/');
     }
     return $this->language_ini[$type];
 }