Ignore:
Timestamp:
12/29/10 09:49:47 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1475 - Barra em arquivo de template único

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3634 r3641  
    123123                        $this->template->set_file( 
    124124                                Array( 
    125                                         'contacts_list' => 'cc_main.tpl' 
     125                                        'contacts_list' => 'cc_main.tpl', 
     126                                        'home_search_bar' => 'search_bar.tpl' 
    126127                                ) 
    127128                        ); 
     
    129130                        $this->template->set_block("contacts_list","main_body"); 
    130131                        $this->template->set_block("contacts_list","pagging_block"); 
     132                        $this->template->set_block('home_search_bar','search_bar'); 
    131133 
    132134                        //Langs gerais da página 
     
    142144                                                                                $this->page_info["request_from"]==null? 
    143145                                                                                "none":$this->page_info["request_from"]); 
     146                         
     147                        $this->template->set_var('search',$this->template->fp('out','search_bar')); 
    144148                         
    145149                        //Combo de catálogos 
Note: See TracChangeset for help on using the changeset viewer.