Ignore:
Timestamp:
04/29/11 11:36:59 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1811 - Caminho do ícones da agenda fixos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/inc/class.uicalendar.inc.php

    r4167 r4182  
    50485048                        ); 
    50495049 
     5050                        $templateSet = $GLOBALS['phpgw_info']['server']['template_set']; 
     5051                         
    50505052                        $p->set_file($templates); 
    50515053                        $p->set_block('day_cal','day','day'); 
     
    50545056                        $result_events_json = $this->print_events_to_show_json($params); 
    50555057                        $p->set_var('date',$result_events_json['date_events_json']); 
     5058                        $p->set_var('templateSet',$templateSet); 
    50565059                        $p->set_var('hora_final',$result_events_json['hora_final']); 
    50575060                        $p->set_var('hora_inicial',$result_events_json['hora_inicial']); 
Note: See TracChangeset for help on using the changeset viewer.