Ignore:
Timestamp:
12/06/10 16:09:43 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1404 - Criada a tela inicial do Expresso Mini.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/mobile_header.inc.php

    r3492 r3564  
    1818 
    1919        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'mobile'; 
    20         $GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app'] = 'mobilemail'; // mobilecalendar, mobilecc ou mobilemail 
     20        $GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app'] = 'home'; //home, mobilecalendar, mobilecc ou mobilemail 
    2121 
    2222        if ( is_null($GLOBALS['phpgw_info']['server']['template_set']) ) 
     
    3333                //TODO: Determinar qual a aplicação móvel preferida e iniciá-la.                         
    3434                switch($GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app']){ 
     35                        case home: 
     36                                $link = "ui_home.index";                 
     37                                break;                   
    3538                        case mobilemail: 
    3639                                $link = "ui_mobilemail.mail_list";               
Note: See TracChangeset for help on using the changeset viewer.