Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1017, Fri Mar 16 12:10:37 2007 UTC | revision 1018, Sat Mar 17 04:17:55 2007 UTC | |
|---|---|---|
| # | Line 415 | Line 415 |
| 415 | require_once($this->mosConfig_absolute_path.'/includes/phpgettext/error.php'); | require_once($this->mosConfig_absolute_path.'/includes/phpgettext/error.php'); |
| 416 | require_once($this->mosConfig_absolute_path.'/includes/mambofunc.php'); | require_once($this->mosConfig_absolute_path.'/includes/mambofunc.php'); |
| 417 | require_once($this->mosConfig_absolute_path.'/includes/mambolanguage.class.php'); | require_once($this->mosConfig_absolute_path.'/includes/mambolanguage.class.php'); |
| 418 | $this->mosConfig_locale = mosGetParam($_POST, 'lang', $this->mosConfig_locale); | $this->mosConfig_locale = mosGetParam($_REQUEST, 'lang', $this->mosConfig_locale); |
| 419 | ||
| 420 | $language =& new mamboLanguage($this->mosConfig_locale, $this->rootPath.'/language/'); | $language =& new mamboLanguage($this->mosConfig_locale, $this->rootPath.'/language/'); |
| 421 | $languages = $language->getLanguages(); | $languages = $language->getLanguages(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

