Ignore:
Timestamp:
04/05/10 16:31:25 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Removendo a chamada redundante ao método 'phpgw_header' no ExpressoLivre?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/class.uiapplications.inc.php

    r2 r2419  
    4646                        } 
    4747                        $GLOBALS['phpgw']->js->validate_file('jscode','openwindow','admin'); 
    48                         $GLOBALS['phpgw']->common->phpgw_header(); 
    49                         echo parse_navbar(); 
     48                        //$GLOBALS['phpgw']->common->phpgw_header(); 
     49                        //echo parse_navbar(); 
    5050 
    5151                        $GLOBALS['phpgw']->template->set_file(array('applications' => 'applications.tpl')); 
     
    225225                        } 
    226226                        $GLOBALS['phpgw']->js->validate_file('jscode','openwindow','admin'); 
    227                         $GLOBALS['phpgw']->common->phpgw_header(); 
    228                         echo parse_navbar(); 
     227                        //$GLOBALS['phpgw']->common->phpgw_header(); 
     228                        //echo parse_navbar(); 
    229229 
    230230                        $GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']); 
     
    307307                        } 
    308308                        $GLOBALS['phpgw']->js->validate_file('jscode','openwindow','admin'); 
    309                         $GLOBALS['phpgw']->common->phpgw_header(); 
    310                         echo parse_navbar(); 
     309                        //$GLOBALS['phpgw']->common->phpgw_header(); 
     310                        //echo parse_navbar(); 
    311311 
    312312                        if ($totalerrors) 
     
    369369                        } 
    370370                        $GLOBALS['phpgw']->js->validate_file('jscode','openwindow','admin'); 
    371                         $GLOBALS['phpgw']->common->phpgw_header(); 
    372                         echo parse_navbar(); 
     371                        //$GLOBALS['phpgw']->common->phpgw_header(); 
     372                        //echo parse_navbar(); 
    373373 
    374374                        $GLOBALS['phpgw']->template->set_var('messages',lang('Are you sure you want to delete the application %1 ?',$GLOBALS['phpgw_info']['apps'][$app_name]['title'])); 
Note: See TracChangeset for help on using the changeset viewer.