diff options
author | gweltas <gweltas@piwigo.org> | 2004-09-23 17:09:06 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-09-23 17:09:06 +0000 |
commit | 79a6102edc39c4bd71633545d5bc436e9256f29c (patch) | |
tree | 7d77af03712b7fd98152c538ad50c385dd109f3a /include/functions_user.inc.php | |
parent | 4106c2a524aee09776998ceb21ea4fd350128f1b (diff) |
- Delivery of french translation in order to test i18n
- Deletion of collapsed & expanded gifs (obsoletes)
- Creation of faq language file for further writing of a end user-oriented FAQ
git-svn-id: http://piwigo.org/svn/trunk@532 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 5be76dfbc..e14d0c627 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -238,6 +238,7 @@ function init_userprefs($userdata) $language = DEFAULT_LANGUAGE; } include_once(PHPWG_ROOT_PATH . 'language/' . $language . '/admin.lang.php'); + include_once(PHPWG_ROOT_PATH . 'language/' . $language . '/faq.lang.php'); } $template = setup_style($template); |