Ignore:
Timestamp:
07/26/10 10:21:04 (14 years ago)
Author:
amuller
Message:

Ticket #1044 - Corrige forma de carregar calendar-win2k

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r3073 r3089  
    178178 
    179179$GLOBALS['phpgw']->css->validate_file('expressoMail1_2/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css'); 
     180$GLOBALS['phpgw']->css->validate_file('phpgwapi/js/jscalendar/calendar-win2k-1.css'); 
    180181$GLOBALS['phpgw']->css->validate_file('phpgwapi/js/dftree/dftree.css'); 
    181182$script .= $GLOBALS['phpgw']->css->get_css(); 
    182 $script .= '<style type="text/css">@import url(' . $phpgwapi_url . '/js/jscalendar/calendar-win2k-1.css);</style>'; 
    183183$script .= '<script type="text/javascript">'; 
    184184$script .= '    use_spam_filter = "' . $current_config['expressoMail_use_spam_filter'] . '";'; 
Note: See TracChangeset for help on using the changeset viewer.