Browse Source

[svn r10956] activation accessibility i18n

Patrick Vandermaesen 18 years ago
parent
commit
230cfa9dfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/configure_homepage.php

+ 2 - 2
main/admin/configure_homepage.php

@@ -1,4 +1,4 @@
-<?php // $Id: configure_homepage.php 10817 2007-01-22 14:44:17Z pvandermaesen $
+<?php // $Id: configure_homepage.php 10956 2007-01-29 09:39:46Z pvandermaesen $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -23,7 +23,7 @@
 */
 
 // name of the language file that needs to be included
-$language_file='admin';
+$language_file = array ('admin', 'accessibility');
 
 $cidReset=true;