Ignore:
Timestamp:
10/01/08 16:29:16 (16 years ago)
Author:
niltonneto
Message:

Alteração do template para a pasta default, antes era Celepar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/help.php

    r382 r494  
    2020        $template = CreateObject('phpgwapi.Template', PHPGW_APP_TPL); 
    2121        $template->set_file(Array('jabberit_messenger' => 'index.tpl')); 
    22         $template->set_var('template_set', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']);     
     22        $template->set_var('template_default', $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']); 
     23        $template->set_var('template_set', 'default');   
    2324        $template->set_block('jabberit_messenger','index'); 
    2425        $template->pfp('out','index'); 
Note: See TracChangeset for help on using the changeset viewer.