Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1342, Mon Oct 15 06:14:58 2007 UTC | revision 1347, Thu Oct 18 14:48:19 2007 UTC | |
|---|---|---|
| # | Line 421 | Line 421 |
| 421 | require_once($this->mosConfig_absolute_path.'/includes/phpgettext/error.php'); | require_once($this->mosConfig_absolute_path.'/includes/phpgettext/error.php'); |
| 422 | require_once($this->mosConfig_absolute_path.'/includes/mambofunc.php'); | require_once($this->mosConfig_absolute_path.'/includes/mambofunc.php'); |
| 423 | require_once($this->mosConfig_absolute_path.'/includes/mambolanguage.class.php'); | require_once($this->mosConfig_absolute_path.'/includes/mambolanguage.class.php'); |
| 424 | $this->mosConfig_locale = mosGetParam($_REQUEST, 'lang', $this->mosConfig_locale); | if (!mosGetParam($_REQUEST, 'lang')); |
| 425 | else $this->mosConfig_locale = mosGetParam($_REQUEST, 'lang', $this->mosConfig_locale); | |
| 426 | $language =& new mamboLanguage($this->mosConfig_locale, $this->rootPath.'/language/'); | $language =& new mamboLanguage($this->mosConfig_locale, $this->rootPath.'/language/'); |
| 427 | $languages = $language->getLanguages(); | $languages = $language->getLanguages(); |
| 428 | $charset = $language->get('charset'); | $charset = $language->get('charset'); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

