From: Pierre Habouzit (MadCoder Date: Thu, 30 Dec 2004 07:49:14 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~561 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3b306880433ccb2e60f9bb3fe0259f2aa009e100;p=platal.git wibble git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-187 --- diff --git a/include/xorg.globals.inc.php.in b/include/xorg.globals.inc.php.in index 51e54eb..f00cd91 100644 --- a/include/xorg.globals.inc.php.in +++ b/include/xorg.globals.inc.php.in @@ -24,6 +24,15 @@ require_once('diogenes.database.inc.php'); require_once('xorg/iterator.inc.php'); require_once('xorg/database.inc.php'); +// {{{ class CoreConfig + +class CoreConfig +{ + var $locale = 'fr_FR'; +} + +// }}} + // {{{ class XorgGlobals class XorgGlobals extends DiogenesCoreGlobals @@ -64,6 +73,7 @@ class XorgGlobals extends DiogenesCoreGlobals require_once('xorg/menu.inc.php'); $globals = new XorgGlobals; + $globals->core = new CoreConfig; $globals->root = dirname(dirname(__FILE__)); $globals->hook = new XOrgHook(); $globals->menu = new XOrgMenu();