Ignore:
Timestamp:
11/10/10 10:05:02 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1390 - habilita a utilização de folhas de estilo para templates e temas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/login.php

    r3483 r3484  
    3535        $tmpl->set_file(array('login_form' => 'login.tpl')); 
    3636        $tmpl->set_var('cd',check_logoutcode($_GET['cd'])); 
     37        $tmpl->set_var('css',CreateObject("mobile.mobiletemplate")->get_mobile_css()); 
     38 
    3739 
    3840        function check_logoutcode($code) { 
Note: See TracChangeset for help on using the changeset viewer.