Ignore:
Timestamp:
07/14/09 10:57:52 (15 years ago)
Author:
amuller
Message:

Ticket #574 - Correção da página de ajuda no login usando lang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/azul/help.php

    r1117 r1118  
    1515        $GLOBALS['phpgw']->translation->init(); 
    1616        $GLOBALS['phpgw']->translation->add_app('loginhelp'); 
    17  
    18         if(lang('loginhelp_message') == 'loginhelp_message*') 
    19         { 
    20                 $GLOBALS['phpgw']->translation->add_app('loginhelp','en'); 
    21         } 
     17        $GLOBALS['phpgw']->translation->add_app('loginhelp',$_GET['lang']); 
    2218        if(lang('loginhelp_message') != 'loginhelp_message*') 
    2319        { 
Note: See TracChangeset for help on using the changeset viewer.