Ignore:
Timestamp:
03/05/08 16:22:18 (16 years ago)
Author:
niltonneto
Message:

Ver Ticket #150:

  • Aplicação do patch para o pSync;
  • Revisão da internacionalização;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_api.inc.php

    r118 r203  
    3434                        } 
    3535                         
    36                         $template_dir = PHPGW_SERVER_ROOT . '/contactcenter/templates/default/'; 
    37                         $template = CreateObject('phpgwapi.Template',$template_dir); 
     36                        //$template_dir = PHPGW_SERVER_ROOT . '/contactcenter/templates/default/'; 
     37                        //$template = CreateObject('phpgwapi.Template',$template_dir); 
     38                        $template = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
    3839 
    3940                        $template->set_file(array('api' => 'api_common.tpl')); 
Note: See TracChangeset for help on using the changeset viewer.