Ignore:
Timestamp:
01/12/10 15:42:03 (14 years ago)
Author:
eduardoalex
Message:

Ticket #829 - Resolvendo o problema descrito no ticket em questao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/login_offline.php

    r1121 r1932  
    336336                $tmpl->set_var('language_select',''); 
    337337        } 
     338         
     339        if (count($GLOBALS['phpgw_info']['server']['login_logo_file']) > 0) { 
     340                $logo_config = $GLOBALS['phpgw_info']['server']['login_logo_file']; 
     341                $logo_config = ereg_replace("phpgwapi/","../phpgwapi/",$logo_config); 
     342                $tmpl->set_var('logo_config',$logo_config);      
     343        } 
     344                else 
     345                        $tmpl->set_var('logo_config','<a title="Governo do Paran&aacute" href="http://www.pr.gov.br" target="_blank"><img src="../phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_governo.gif" border="0"></a></td> 
     346                        <td><div align="center"><font color="#9a9a9a" face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
     347        <a title="Celepar Inform&aacute;tica do Paran&aacute;" target="_blank" href="http://www.celepar.pr.gov.br/"> 
     348        <img src="../phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_celepar.gif" border="0"></a>'); 
     349         
    338350/*foreach ($GLOBALS['phpgw_info']['user'] as $indice => $valor) 
    339351                                        echo "$indice > $valor <br>"; 
Note: See TracChangeset for help on using the changeset viewer.