diff --git a/custompages/language.inc.php b/custompages/language.inc.php index bfd2a47e06..9c34ed7cc9 100644 --- a/custompages/language.inc.php +++ b/custompages/language.inc.php @@ -47,6 +47,9 @@ function cp_get_lang($variable) { // Also note that this is an example matchin array, not all languages are present. $chamilo_langs = array(null => 'english', 'en' => 'english', 'fr' => 'french', 'es' => 'spanish'); +// Which of these can we actually pick from ? +$available_langs = array('en','fr'); + // Which language files will we need ? $language_file = array('courses', 'index', 'registration', 'admin','userInfo');