Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/05/2013, 18:58
warbandit69
 
Fecha de Ingreso: diciembre-2008
Ubicación: http://www.solucionesrios.tk/
Mensajes: 413
Antigüedad: 15 años, 4 meses
Puntos: 19
Respuesta: Libreria 'calendar' no carga la configuración ni css (estilo)

Listo, cambie este arreglo

Código PHP:
$conf = array( 
            
'start_day' => 'monday'
            
'show_next_prev' => true
            
'next_prev_url' => base_url() . 'mycal/display' 
        
); 
por esto

Código PHP:
$this->conf = array( 
            
'start_day' => 'monday'
            
'show_next_prev' => true
            
'next_prev_url' => base_url() . 'mycal/display' 
        
); 
__________________
http://www.solucionesrios.tk/

Visita mi Web!