- 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
This commit is contained in:
gweltas
2004-09-23 17:09:06 +00:00
parent 4106c2a524
commit 79a6102edc
11 changed files with 862 additions and 57 deletions
+1
View File
@@ -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);