Ignore:
Timestamp:
07/28/09 11:20:54 (15 years ago)
Author:
amuller
Message:

Ticket #88 - Adaptação pro expresso2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/inc/load_lang.php

    r919 r1204  
    11<? 
     2        if(!isset($GLOBALS['phpgw_info'])){ 
     3                $GLOBALS['phpgw_info']['flags'] = array( 
     4                 'currentapp' => 'expressoCalendar', 
     5                 'nonavbar'   => true, 
     6                 'noheader'   => true 
     7                ); 
     8        } 
     9        require_once '../../header.session.inc.php'; 
     10 
    211// Load the lang of the module. 
    312        if(!$_SESSION['phpgw_info']['expressoCalendar']['lang'])  
Note: See TracChangeset for help on using the changeset viewer.