|
@@ -1038,7 +1038,7 @@ if ($gettext_flags == 7) {
|
|
|
/* If we can fake gettext, try that */
|
|
|
elseif ($gettext_flags == 0) {
|
|
|
$use_gettext = true;
|
|
|
- include_once('../functions/gettext.php');
|
|
|
+ include_once(SM_PATH . 'functions/gettext.php');
|
|
|
} else {
|
|
|
/* Uh-ho. A weird install */
|
|
|
if (! $gettext_flags & 1) {
|
|
@@ -1166,4 +1166,4 @@ function korean_charset_xtra() {
|
|
|
return $ret;
|
|
|
}
|
|
|
|
|
|
-?>
|
|
|
+?>
|