Ignore:
Timestamp:
08/18/10 09:36:16 (14 years ago)
Author:
asaikawa
Message:

Ticket #993 - Corrigida a utilizacao de algumas constantes e substituidas outras pela settings

File:
1 edited

Legend:

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

    r2552 r3172  
    2121                $path = $params['path'] . "/"; 
    2222        else 
    23                 $path = WF_SERVER_URL . SEP . 'js' . SEP . 'jscalendar' . SEP; 
     23                $path = WF_BASE_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.