Changeset 1863 for branches/2.0/help.php


Ignore:
Timestamp:
12/17/09 10:14:08 (14 years ago)
Author:
niltonneto
Message:

Ticket #830 - Corrigido problema de exibição do link Ajuda no login.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2.0/help.php

    r1151 r1863  
    77        'noheader'               => True 
    88); 
    9         require_once('../../../header.inc.php'); 
     9        require_once('./header.inc.php'); 
    1010        $GLOBALS['phpgw_info']['server']['template_dir'] = PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info']['login_template_set']; 
    1111        $tmpl = CreateObject('phpgwapi.Template', $GLOBALS['phpgw_info']['server']['template_dir']); 
    1212        $tmpl->set_file(array('login_form' => 'help.tpl')); 
    1313        $tmpl->set_var('website_title', $GLOBALS['phpgw_info']['server']['site_title']); 
    14         $tmpl->set_var('template_set',$GLOBALS['phpgw_info']['login_template_set']); 
     14    $tmpl->set_var('template_set',$GLOBALS['phpgw_info']['login_template_set']); 
    1515        $GLOBALS['phpgw']->translation->init(); 
    1616        $GLOBALS['phpgw']->translation->add_app('loginhelp'); 
Note: See TracChangeset for help on using the changeset viewer.