source: contrib/Dms/inc/inc.Authentication.php @ 3526

Revision 3526, 468 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
Line 
1<?php
2include_once("inc.Utils.php");
3
4switch($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
21$theme = 'English';
22include $settings->_rootDir . "languages/".$lang1."/lang.inc";
23
24?>
Note: See TracBrowser for help on using the repository browser.