inc/i18n.inc.php
author rejo
Tue, 05 Jun 2007 23:21:53 +0000
changeset 18 e96267359ab7
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 65] 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);

?>