Changeset 1117 for trunk/login.php


Ignore:
Timestamp:
07/14/09 08:49:48 (15 years ago)
Author:
amuller
Message:

Ticket #574 - Criação da página de ajuda no login de forma dinâmica

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login.php

    r1111 r1117  
    103103        } 
    104104        $tmpl->set_file(array('login_form' => 'login.tpl')); 
     105 
     106        $tmpl->set_var('template',$GLOBALS['phpgw_info']['login_template_set']); 
    105107        if (count($GLOBALS['phpgw_info']['server']['login_logo_file']) > 0) 
    106108                $tmpl->set_var('logo_config',$GLOBALS['phpgw_info']['server']['login_logo_file']); 
Note: See TracChangeset for help on using the changeset viewer.