[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 include_once ("inc.Utils.php"); 3 4 switch($GLOBALS['phpgw_info']['user']['preferences']['common']['lang']) 5 { 6 case 'zh': 7 $lang1 = 'Chinese'; 8 break; 9 case 'en': 10 $lang1 = 'English'; 11 break; 12 case 'de': 13 $lang1 = 'German'; 14 break; 15 default: 16 $lang1 = "English"; 17 } 18 19 $user = getUser($GLOBALS['phpgw_info']['user']['account_id']); 20 $theme = 'English'; 21 include $settings->_rootDir . "languages/".$lang1."/lang.inc"; 22 23 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |