From 79a6102edc39c4bd71633545d5bc436e9256f29c Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 23 Sep 2004 17:09:06 +0000 Subject: - 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 --- include/functions_user.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions_user.inc.php') 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); -- cgit v1.2.3