Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 163, Sun Jan 22 08:11:16 2006 UTC | revision 164, Sun Jan 22 14:40:58 2006 UTC | |
|---|---|---|
| # | Line 185 | Line 185 |
| 185 | ||
| 186 | ||
| 187 | ||
| 188 | /* | /**/ |
| 189 | $language_file = "$this->mosConfig_absolute_path/language/$this->mosConfig_lang.php"; | $language_file = "$this->mosConfig_absolute_path/language/$this->mosConfig_lang.php"; |
| 190 | if (file_exists($language_file)) require_once ($language_file); | if (file_exists($language_file)) require_once ($language_file); |
| 191 | */ | |
| 192 | //set_error_handler('error_handler'); | //set_error_handler('error_handler'); |
| 193 | $domain = 'administrator'; | $domain = 'administrator'; |
| 194 | $textdomain = $this->mosConfig_absolute_path.'/languages'; | $textdomain = $this->mosConfig_absolute_path.'/languages'; |
| # | Line 200 | Line 200 |
| 200 | $gettext->bind_textdomain_codeset($domain, 'utf-8'); | $gettext->bind_textdomain_codeset($domain, 'utf-8'); |
| 201 | $gettext->textdomain($domain); | $gettext->textdomain($domain); |
| 202 | /**/ | /**/ |
| /* Output: vrijdag 22 december 1978 */ | ||
| 203 | ||
| 204 | } | } |
| 205 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

