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_fckeditor.php

    r795 r2552  
    5858 
    5959        // BasePath must be specified once. 
    60     $base_arguments['BasePath'] = $GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'workflow' . SEP . 'js' . SEP . 'fckeditor' . SEP; 
     60    $base_arguments['BasePath'] = WF_BASE_URL . SEP . 'js' . SEP . 'fckeditor' . SEP; 
    6161 
    6262        $base_arguments['InstanceName'] = $params['InstanceName']; 
Note: See TracChangeset for help on using the changeset viewer.