Хранилища Subversion ant

Редакция

Редакция 238 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 238 Редакция 262
Строка 45... Строка 45...
45
$secure = new Security;
45
$secure = new Security;
46
$theme = new Theme;
46
$theme = new Theme;
47
$smarty = new Smarty;
47
$smarty = new Smarty;
48
$smarty->compile_check = true;
48
$smarty->compile_check = true;
49
49
-
 
50
setlocale(LC_MESSAGES, $LANG);
-
 
51
bindtextdomain($MOF, dirname(__FILE__)."/../locale");
-
 
52
textdomain($MOF);
-
 
53
bind_textdomain_codeset($MOF, 'UTF-8');
-
 
54
50
?>
55
?>