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

Ticket #1009 - Removendo redundância da exibição da barra de navegação

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r2315 r2366  
    12231223                                $GLOBALS['phpgw']->js = CreateObject('phpgwapi.javascript'); 
    12241224                        } 
     1225 
     1226                        $GLOBALS['phpgw']->js->validate_file( 'tools','event_config' ); 
     1227                        $GLOBALS['phpgw']->js->validate_file( 'tools','xconnector' ); 
     1228                        //$GLOBALS['phpgw']->js->validate_file( 'tools','xlink' ); 
     1229 
    12251230                        $GLOBALS['phpgw']->js->validate_file('expressoAjax','expressoAjax'); 
     1231 
    12261232                        echo "<script type='text/javascript'>var URL_SERVER = '".$GLOBALS['phpgw_info']['server']['webserver_url']."';</script>"; 
    12271233                        echo $GLOBALS['phpgw']->js->get_script_links(); 
     1234 
    12281235                        $GLOBALS['phpgw']->js->unset_script_link('phpgwapi','expressoAjax'); 
    12291236 
Note: See TracChangeset for help on using the changeset viewer.