Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 861, Tue Jan 2 19:16:35 2007 UTC | revision 862, Wed Jan 3 21:42:29 2007 UTC | |
|---|---|---|
| # | Line 423 | Line 423 |
| 423 | else $this->set('mosConfig_lang', 'english'); | else $this->set('mosConfig_lang', 'english'); |
| 424 | $language_file = "$this->mosConfig_absolute_path/language/$this->mosConfig_lang.php"; | $language_file = "$this->mosConfig_absolute_path/language/$this->mosConfig_lang.php"; |
| 425 | if (file_exists($language_file)) require_once ($language_file); | if (file_exists($language_file)) require_once ($language_file); |
| 426 | else require_once ("$this->mosConfig_absolute_path/language/english.php"); | |
| 427 | ################################### | ################################### |
| 428 | ||
| 429 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

