print_head(); ?> print_header(); ?> print_main(); ?>
hour = '10:00'; $s1->title = 'Los vengativos:final del juego'; $s1->format = 'Comic Sans'; $s1->lang = 'Castellano'; $s2 = new Session(); $s2->hour = '12:00'; $s2->title = 'Los vengativos:final del juego'; $s2->format = 'Comic Sans'; $s2->lang = 'Castellano'; $s3 = new Session(); $s3->hour = '14:00'; $s3->title = 'Los vengativos:final del juego'; $s3->format = 'Comic Sans'; $s3->lang = 'Castellano'; $s4 = new Session(); $s4->hour = '16:00'; $s4->title = 'Los vengativos:final del juego'; $s4->format = 'Comic Sans'; $s4->lang = 'Castellano'; $s5 = new Session(); $s5->hour = '18:00'; $s5->title = 'Los vengativos:final del juego'; $s5->format = 'Comic Sans'; $s5->lang = 'Castellano'; $s6 = new Session(); $s6->hour = '20:00'; $s6->title = 'Los vengativos:final del juego'; $s6->format = 'Comic Sans'; $s6->lang = 'Castellano'; $s7 = new Session(); $s7->hour = '22:00'; $s7->title = 'Los vengativos:final del juego'; $s7->format = 'Comic Sans'; $s7->lang = 'Castellano'; $s8 = new Session(); $s8->hour = '23:59'; $s8->title = 'Los vengativos:final del juego'; $s8->format = 'Comic Sans'; $s8->lang = 'Castellano'; $sessions = array($s1, $s2, $s3, $s4, $s5, $s6, $s7, $s8); function drawSessions($ses){ echo "
"; echo ""; foreach($ses as $s){ echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } echo ""; echo ""; echo ""; echo "
". $s->hour." ". $s->title." ". $s->format." ". $s->lang."
"; echo "
"; } drawSessions($sessions); ?>
print_footer(); ?>