Ignore:
Timestamp:
04/28/10 11:47:11 (14 years ago)
Author:
amuller
Message:

Ticket #1044 - Resolução do problema de caminho relativo e absoluto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2645 r2648  
    173173$phpgwapi_url = $GLOBALS[ 'phpgw' ] -> link( '/phpgwapi' ); 
    174174 
    175 $GLOBALS['phpgw']->css->validate_file($expressoMail_url . '/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css'); 
    176 $GLOBALS['phpgw']->css->validate_file($phpgwapi_url . '/js/dftree/dftree.css'); 
     175$GLOBALS['phpgw']->css->validate_file('expressoMail1_2/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css'); 
     176$GLOBALS['phpgw']->css->validate_file('phpgwapi/js/dftree/dftree.css'); 
    177177$script .= $GLOBALS['phpgw']->css->get_css(); 
    178178$script .= '<style type="text/css">@import url(' . $phpgwapi_url . '/js/jscalendar/calendar-win2k-1.css);</style>'; 
Note: See TracChangeset for help on using the changeset viewer.