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/phpgwapi/inc/class.common.inc.php

    r2646 r2648  
    13261326                        // search for app specific css file 
    13271327                        if ( @ isset( $GLOBALS[ 'phpgw_info' ][ 'flags' ][ 'currentapp' ] ) ) 
    1328                         {                
     1328                        { 
     1329                                $template = $GLOBALS['phpgw_info']['server']['template_set'];            
    13291330                                $GLOBALS['phpgw']->css->validate_file( "phpgwapi/templates/".$template."/css/base.css"); 
    13301331                                $GLOBALS['phpgw']->css->validate_file( "phpgwapi/templates/".$template."/css/".$GLOBALS[ 'phpgw_info' ][ 'user' ][ 'preferences' ][ 'common' ][ 'theme' ].".css"); 
Note: See TracChangeset for help on using the changeset viewer.