Ignore:
Timestamp:
07/14/10 17:19:29 (14 years ago)
Author:
amuller
Message:

Ticket #1044 - Aplica o compactador do css no branches 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/index.php

    r3018 r3052  
    1212        $update_version = $GLOBALS['phpgw_info']['flags']['update_version']; 
    1313        $_SESSION['phpgw_info']['expressomail']['user'] = $GLOBALS['phpgw_info']['user']; 
    14         echo '<link rel="stylesheet" type="text/css" href="templates/'.$_SESSION['phpgw_info']['expressoMail1_2']['user']['preferences']['common']['template_set'].'/main.css">'; 
    15         echo '<link rel="stylesheet" type="text/css" href="../phpgwapi/js/dftree/dftree.css">'; 
     14        $GLOBALS['phpgw']->css->validate_file('expressoMail1_2/templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/main.css'); 
     15        $GLOBALS['phpgw']->css->validate_file('phpgwapi/js/dftree/dftree.css'); 
     16        echo $GLOBALS['phpgw']->css->get_css(); 
    1617        echo "<script type='text/javascript'>var template = '".$_SESSION['phpgw_info']['expressoMail1_2']['user']['preferences']['common']['template_set']."';</script>"; 
    1718        echo "<script src='js/modal/modal.js'></script>"; 
Note: See TracChangeset for help on using the changeset viewer.