inc/i18n.inc.php
author rejo
Tue, 05 Jun 2007 23:17:46 +0000
changeset 17 96a4050123d1
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 64] Updated credits page.

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

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

?>