Beispiel #1
0
				

			</div>
			
<!-- TIMELINE (ACTIVIDADES) -->
	
			<div id="timeline">
			
				
				
				<?php 
echo '<div class="titled_separator">Resultados</div>';
$resultados = buscar($filtro, $textoBusqueda);
echoActividadesBusqueda($resultados);
$vol = new Voluntario($_SESSION['voluntario']);
$intereses = $vol->getIntereses();
if (!empty($intereses)) {
    echo '<div class="titled_separator">Actividades sugeridas</div>';
    foreach ($intereses as $inter) {
        $resultados = buscar($inter, NULL);
        if (!empty($resultados)) {
            echoActividadesBusqueda($resultados);
        }
    }
}
?>
								
				
			</div>
			
		</div>