diff --git a/ecrire/inc_lang.php3 b/ecrire/inc_lang.php3 index 22c5229205e8412572ef8a8eec56685b76c696b4..98aaf8d1d91ee4594a1400cd612fa977a0a7e0f2 100644 --- a/ecrire/inc_lang.php3 +++ b/ecrire/inc_lang.php3 @@ -35,10 +35,7 @@ function charger_langue($lang, $module = 'spip', $forcer = false) { } // surcharge perso - if (@is_readable(_DIR_LANG .'perso.php3')) { - include_lang('perso.php3'); - } - + if ($f = (find_in_path('lang_perso.php3'))) include($f); } //