diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
commit | 65753539220ba870b738866c425c89d73753c727 (patch) | |
tree | 92e77bf4da8946d051f8d46176fbe1ead900c0d8 /include/config.inc.php | |
parent | 1d9b840cf8421ad06d81035f209149eceb1b357f (diff) |
Template modification
Split of the french language file
git-svn-id: http://piwigo.org/svn/trunk@351 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index ada80a650..74cfb70c5 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -45,4 +45,7 @@ $conf['top_number'] = 10; $conf['anti-flood_time'] = 60; // seconds between 2 comments : 0 to disable $conf['max_LOV_categories'] = 50; +$conf['default_lang'] = 'francais'; +$conf['default_style'] = 'default'; + ?>
\ No newline at end of file |