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

    r795 r2552  
    1111function smarty_function_wf_select_city_init($params, &$smarty) 
    1212{ 
    13         $webServer = $GLOBALS['phpgw_info']['server']['webserver_url']; 
    14         $jsFilePath = $webServer . '/workflow/js'; 
     13        $webServer = EGW_BASE_URL; 
     14        $jsFilePath = WF_BASE_URL . SEP . 'js'; 
    1515        $localFile = PHPGW_SERVER_ROOT . SEP . 'workflow' . SEP . 'js' . SEP . 'jscode' . SEP . 'connector.js'; 
    1616        $size = 0; 
Note: See TracChangeset for help on using the changeset viewer.