Changeset 12 for trunk/phpgwapi


Ignore:
Timestamp:
04/03/07 16:30:17 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/celepar/head.inc.php

    r2 r12  
    3232 
    3333        #_debug_array($GLOBALS['phpgw_info']['user']['preferences']['common']); 
    34         $theme_css = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/celepar/css/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'].'.css'; 
     34        $theme_css = ".".$GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/celepar/css/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'].'.css'; 
    3535        if(!file_exists($theme_css)) 
    3636        { 
Note: See TracChangeset for help on using the changeset viewer.