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

Ticket #1044 - Adicionando suporte no expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2642 r2645  
    173173$phpgwapi_url = $GLOBALS[ 'phpgw' ] -> link( '/phpgwapi' ); 
    174174 
    175 $script = '<link rel="stylesheet" type="text/css" href="' . $expressoMail_url . '/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css">'; 
    176 $script .= '<link rel="stylesheet" type="text/css" href="' . $phpgwapi_url . '/js/dftree/dftree.css">'; 
     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'); 
     177$script .= $GLOBALS['phpgw']->css->get_css(); 
    177178$script .= '<style type="text/css">@import url(' . $phpgwapi_url . '/js/jscalendar/calendar-win2k-1.css);</style>'; 
    178179$script .= '<script type="text/javascript">'; 
Note: See TracChangeset for help on using the changeset viewer.