Ignore:
Timestamp:
04/15/10 16:40:45 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Migrando mais parâmetros para a classe Settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/smarty/wf_plugins/function.wf_calendar_init.php

    r795 r2552  
    2121                $path = $params['path'] . "/"; 
    2222        else 
    23                 $path = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/jscalendar/'; 
     23                $path = WF_SERVER_URL . SEP . 'js' . SEP . 'jscalendar' . SEP; 
    2424        $defaults = array( 
    2525                'css' => $path . 'calendar-blue.css', 
Note: See TracChangeset for help on using the changeset viewer.