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

    r795 r2552  
    1111function smarty_function_wf_rtf_init($params, &$smarty) 
    1212{ 
    13         $jsFile = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/jscode/rtf.js'; 
     13        $jsFile = WF_BASE_URL . SEP  .'js' . SEP . 'jscode' . SEP . 'rtf.js'; 
    1414$output = <<<EOF 
    1515<script language="javascript1.2" src="$jsFile"></script> 
Note: See TracChangeset for help on using the changeset viewer.