Changeset 2367


Ignore:
Timestamp:
03/29/10 12:52:27 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Desfazendo alteração, pois foi enviado arquivos extras

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/home.php

    r2366 r2367  
    2727        $GLOBALS['phpgw_info']['flags'] = array( 
    2828                'noheader'                => True, 
    29                 'nonavbar'                => ( ( array_key_exists( 'HTTP_BACKGROUNDREQUEST', $_SERVER ) ) ? true : false ), 
     29                'nonavbar'                => True, 
    3030                'currentapp'              => 'home', 
    3131                'enable_network_class'    => True, 
     
    6565        { 
    6666                $GLOBALS['phpgw']->common->phpgw_header(); 
    67                 //echo parse_navbar(); 
     67                echo parse_navbar(); 
    6868        } 
    6969        // Default Applications (Home Page)  
  • trunk/phpgwapi/inc/class.common.inc.php

    r2366 r2367  
    12241224                        } 
    12251225 
    1226                         $GLOBALS['phpgw']->js->validate_file( 'tools','event_config' ); 
    1227                         $GLOBALS['phpgw']->js->validate_file( 'tools','xconnector' ); 
     1226                        //$GLOBALS['phpgw']->js->validate_file( 'tools','event_config' ); 
     1227                        //$GLOBALS['phpgw']->js->validate_file( 'tools','xconnector' ); 
    12281228                        //$GLOBALS['phpgw']->js->validate_file( 'tools','xlink' ); 
    12291229 
  • trunk/phpgwapi/inc/functions.inc.php

    r2366 r2367  
    421421                        { 
    422422                                $GLOBALS['phpgw']->common->phpgw_header(); 
     423                                if ($GLOBALS['phpgw_info']['flags']['noheader']) 
     424                                { 
     425                                        echo parse_navbar(); 
     426                                } 
    423427 
    424428                                $GLOBALS['phpgw']->log->write(array('text'=>'W-Permissions, Attempted to access %1','p1'=>$GLOBALS['phpgw_info']['flags']['currentapp'])); 
Note: See TracChangeset for help on using the changeset viewer.