Ignore:
Timestamp:
04/20/11 17:49:20 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1788 - Imagem corrigida para ser adicionado na tela de início dos dispositivos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/index.php

    r3969 r4120  
    5050        } 
    5151 
    52  
     52         
    5353        $GLOBALS['phpgw_info']['flags'] = array( 
    5454                'noheader'   => True, 
     
    6060        include('../header.inc.php'); 
    6161        include('./mobile_header.inc.php'); 
    62  
     62         
    6363        if($mobileapp == 'home') 
    6464        { 
    6565                start_prefered_app(); 
    6666        } 
    67  
     67         
    6868        $GLOBALS[$class] = CreateObject(sprintf('%s.%s','mobile',$class)); 
    6969        $public_functions = $GLOBALS[$class]->public_functions; 
    7070        if((is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions[$method]) && ! $invalid_data) 
    71         { 
    72                 $GLOBALS['phpgw_info']['mobiletemplate'] = CreateObject("mobile.mobiletemplate"); 
    73                 $GLOBALS['phpgw_info']['mobiletemplate'] -> print_page($class,$method); 
     71        {                                                
     72                $GLOBALS['phpgw_info']['mobiletemplate'] = CreateObject("mobile.mobiletemplate");                                        
     73                $GLOBALS['phpgw_info']['mobiletemplate'] -> print_page($class,$method);          
    7474                unset($mobileapp); 
    7575                unset($class); 
     
    108108                { 
    109109                        $GLOBALS['phpgw']->log->commit(); 
    110                 } 
     110                }                
    111111                start_prefered_app(); 
    112112        } 
Note: See TracChangeset for help on using the changeset viewer.