inc/i18n.inc.php
author rejo
Thu, 28 Jun 2007 09:19:48 +0000
changeset 35 5533c4fff98f
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 82] Fixed a bug in add_zone_master.php.

<?
include_once("inc/config.inc.php");

$language = $LANG;
setlocale(LC_ALL, $language);
$gettext_domain = 'messages';
bindtextdomain($gettext_domain, "./locale");
textdomain($gettext_domain);

?>